Skip to content

Commit

Permalink
fix: switch to different gh action to upload to release
Browse files Browse the repository at this point in the history
  • Loading branch information
mattyg committed Nov 8, 2024
1 parent 22c0dd0 commit d0bbffd
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/release-tauri-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -180,13 +180,12 @@ jobs:
CertUtil -hashfile "D:\a\${{ github.event.repository.name }}\${{ github.event.repository.name }}\target\release\bundle\nsis\$($APP_PRODUCT_NAME_VERSION)_x64-setup.exe" SHA256
- name: Upload the Signed App
uses: xresloader/upload-to-github-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
uses: AButler/[email protected]
with:
release_id: ${{ needs.create-release.outputs.id }}
file: D:\a\${{ github.event.repository.name }}\${{ github.event.repository.name }}\target\release\bundle\**

files: D:\a\${{ github.event.repository.name }}\${{ github.event.repository.name }}\target\release\bundle\**
repo-token: ${{ secrets.GITHUB_TOKEN }}
release-id: ${{ needs.create-release.outputs.id }}

release-tauri-app-macos:
needs: create-release
permissions: write-all
Expand Down

0 comments on commit d0bbffd

Please sign in to comment.