mirror of
https://github.com/System-End/hackatime-desktop.git
synced 2026-04-19 16:28:19 +00:00
Add relasie sigs to upload
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
892a2f96cf
commit
ec530f9489
1 changed files with 4 additions and 0 deletions
4
.github/workflows/release.yaml
vendored
4
.github/workflows/release.yaml
vendored
|
|
@ -251,10 +251,14 @@ jobs:
|
|||
files: |
|
||||
artifacts/macos-latest/**/*.dmg
|
||||
artifacts/macos-latest/**/*.app.tar.gz
|
||||
artifacts/macos-latest/**/*.app.tar.gz.sig
|
||||
artifacts/ubuntu-24.04/**/*.AppImage
|
||||
artifacts/ubuntu-24.04/**/*.AppImage.tar.gz.sig
|
||||
artifacts/ubuntu-24.04/**/*.deb
|
||||
artifacts/ubuntu-24.04/**/*.rpm
|
||||
artifacts/windows-latest/**/*.msi
|
||||
artifacts/windows-latest/**/*.msi.zip.sig
|
||||
artifacts/windows-latest/**/*.nsis.zip.sig
|
||||
artifacts/windows-latest/**/*.exe
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue