Skip to content

Commit a8a809a

Browse files
authored
Fix build pipeline with new bundle name
1 parent d30cc53 commit a8a809a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,14 @@ jobs:
3939
- name: Upload artifact
4040
uses: actions/upload-artifact@v2
4141
with:
42-
name: Gõ Key.app
43-
path: target/release/bundle/osx/Gõ Key.app
42+
name: GoKey.app
43+
path: target/release/bundle/osx/GoKey.app
4444
retention-days: 2
4545
- name: Release nightly
4646
env:
4747
GH_TOKEN: ${{ github.token }}
4848
run: |
4949
cd target/release/bundle/osx
50-
zip -r GoKey.zip "Gõ Key.app"
50+
zip -r GoKey.zip GoKey.app
5151
gh release delete-asset nightly-build GoKey.zip
5252
gh release upload nightly-build GoKey.zip

0 commit comments

Comments
 (0)