Skip to content

Commit

Permalink
Fix debug upload
Browse files Browse the repository at this point in the history
  • Loading branch information
n8henrie committed Aug 27, 2023
1 parent 68b8275 commit c0e9e82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: Quicksilver-debug.zip
path: /tmp/QS/build/Debug/Quicksilver.zip
path: /tmp/QS/build/Debug/Quicksilver.app
- name: Prepare DMG_INGREDIENTS artifact
working-directory: /tmp/QS/build/Release/
run: |
Expand Down

0 comments on commit c0e9e82

Please sign in to comment.