Skip to content

Commit

Permalink
refactor: upload signed version
Browse files Browse the repository at this point in the history
Signed-off-by: seven <[email protected]>
  • Loading branch information
Blankll committed Jun 28, 2024
1 parent be4ee83 commit f4654d0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,14 @@ jobs:
timestamp-rfc3161: http://timestamp.acs.microsoft.com
timestamp-digest: SHA256

- name: Upload Signed files Distributions
uses: actions/upload-artifact@v4
if: matrix.os == 'windows-latest'
with:
path: ${{ github.workspace }}\src-tauri\target\**\*.exe
compression-level: 0


# - name: Distribute artifacts to R2
# uses: ryand56/r2-upload-action@master
# if: steps.tag_release.outputs.successful
Expand Down

0 comments on commit f4654d0

Please sign in to comment.