Skip to content

Commit

Permalink
ci: package application properly (pt. 2)
Browse files Browse the repository at this point in the history
  • Loading branch information
caoimhebyrne committed Aug 28, 2023
1 parent 76789bf commit ecf0e9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
action: build
platform: ${{ matrix.platform }}
- name: Package application
run: cd build/Release/ScrollDirector.app && zip -r ../ScrollDirector.app.zip *
run: zip -r build/Release/ScrollDirector.app.zip build/Release/ScrollDirector.app
- name: Upload application
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit ecf0e9d

Please sign in to comment.