Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AmberArr authored May 10, 2024
1 parent d24adb7 commit 87cb487
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,9 @@ jobs:
run: stack build --only-dependencies

- name: Build
run: stack build
run: stack build --copy-bins --local-bin-path dist

- uses: actions/upload-artifact@v4
with:
name: slash-bot
path: dist/slash-bot

0 comments on commit 87cb487

Please sign in to comment.