Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2b7079612e |
8
.github/workflows/release.yml
vendored
8
.github/workflows/release.yml
vendored
@@ -65,8 +65,8 @@ jobs:
|
|||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: gotify-tray_${{github.ref_name}}_amd64.deb
|
name: gotify-tray_${{github.ref_name#v}}_amd64.deb
|
||||||
path: dist/gotify-tray_${{github.ref_name}}_amd64.deb
|
path: dist/gotify-tray_${{github.ref_name#v}}_amd64.deb
|
||||||
|
|
||||||
release:
|
release:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@@ -75,11 +75,11 @@ jobs:
|
|||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: actions/download-artifact@v2
|
- uses: actions/download-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: gotify-tray_${{github.ref_name}}_amd64.deb
|
name: gotify-tray_${{github.ref_name#v}}_amd64.deb
|
||||||
- name: Release
|
- name: Release
|
||||||
uses: marvinpinto/action-automatic-releases@latest
|
uses: marvinpinto/action-automatic-releases@latest
|
||||||
with:
|
with:
|
||||||
repo_token: "${{ secrets.GITEA_TOKEN }}"
|
repo_token: "${{ secrets.GITEA_TOKEN }}"
|
||||||
prerelease: false
|
prerelease: false
|
||||||
files: |
|
files: |
|
||||||
gotify-tray_${{github.ref_name}}_amd64.deb
|
gotify-tray_${{github.ref_name#v}}_amd64.deb
|
||||||
|
|||||||
Reference in New Issue
Block a user