Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3d51013e48 | ||
|
|
f19f474df7 |
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@@ -63,7 +63,7 @@ jobs:
|
||||
- name: Check deb file
|
||||
run: ls -la dist/
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: gotify-tray_${{github.ref_name}}_amd64.deb
|
||||
path: dist/gotify-tray_${{github.ref_name}}_amd64.deb
|
||||
@@ -73,13 +73,13 @@ jobs:
|
||||
needs: [build-deb]
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/download-artifact@v3
|
||||
- uses: actions/download-artifact@v2
|
||||
with:
|
||||
name: gotify-tray_${{github.ref_name}}_amd64.deb
|
||||
- name: Release
|
||||
uses: marvinpinto/action-automatic-releases@latest
|
||||
with:
|
||||
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
repo_token: "${{ secrets.GITEA_TOKEN }}"
|
||||
prerelease: false
|
||||
files: |
|
||||
gotify-tray_${{github.ref_name}}_amd64.deb
|
||||
|
||||
Reference in New Issue
Block a user