Skip to content

Commit

Permalink
wip: list output dir contents
Browse files Browse the repository at this point in the history
  • Loading branch information
mattyg committed Nov 10, 2024
1 parent 1ec2f94 commit 15abe13
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/release-tauri-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
with:
files: src-tauri/gen/android/app/build/outputs/apk/*/release/app-*
repo-token: ${{ secrets.GITHUB_TOKEN }}
releaseId: ${{ needs.create-release.outputs.releaseId }}
release-id: ${{ needs.create-release.outputs.releaseId }}

release-tauri-app-windows:
needs: create-release
Expand Down Expand Up @@ -181,6 +181,12 @@ jobs:
CertUtil -hashfile $BUNDLE_OUT_PATH_1 SHA256
CertUtil -hashfile $BUNDLE_OUT_PATH_2 SHA256
- name: view output bundle
run: |
ls D:\a\${{ github.event.repository.name }}\${{ github.event.repository.name }}\target\release\bundle\msi\*
ls D:\a\${{ github.event.repository.name }}\${{ github.event.repository.name }}\target\release\bundle\nsis\*
- name: Upload the Signed App
uses: AButler/[email protected]
with:
Expand Down

0 comments on commit 15abe13

Please sign in to comment.