Skip to content

Commit

Permalink
code review
Browse files Browse the repository at this point in the history
  • Loading branch information
naps62 committed Dec 12, 2023
1 parent e123225 commit 4f116b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- run: gpg --list-keys

- run: yarn run tauri build
- run: cargo tauri build
env:
SIGN: 1
SIGN_KEY: ${{ secrets.GPG_SIGNING_KEY_ID }}
Expand All @@ -45,4 +45,4 @@ jobs:
- uses: actions/upload-artifact@v3
with:
name: appimage.AppImage
path: target/release/bundle/appimage/iron_1.3.0_amd64.AppImage
path: src-tauri/target/release/bundle/appimage/sign-test_0.0.0_amd64.AppImage

0 comments on commit 4f116b4

Please sign in to comment.