Skip to content

Commit

Permalink
Fix build pipeline with new bundle name
Browse files Browse the repository at this point in the history
  • Loading branch information
huytd authored Oct 2, 2023
1 parent d30cc53 commit a8a809a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@ jobs:
- name: Upload artifact
uses: actions/upload-artifact@v2
with:
name: Gõ Key.app
path: target/release/bundle/osx/Gõ Key.app
name: GoKey.app
path: target/release/bundle/osx/GoKey.app
retention-days: 2
- name: Release nightly
env:
GH_TOKEN: ${{ github.token }}
run: |
cd target/release/bundle/osx
zip -r GoKey.zip "Gõ Key.app"
zip -r GoKey.zip GoKey.app
gh release delete-asset nightly-build GoKey.zip
gh release upload nightly-build GoKey.zip

0 comments on commit a8a809a

Please sign in to comment.