From 4f116b49bc91327700621feae4229d3ff937628e Mon Sep 17 00:00:00 2001 From: Miguel Palhas Date: Tue, 12 Dec 2023 18:08:17 +0000 Subject: [PATCH] code review --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6050a5a..527fea3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 }} @@ -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