1 Commits

Author SHA1 Message Date
kdusek
0d9d3f8d6c Downgrade to artifact actions v1 for Gitea compatibility
Some checks failed
build / build-linux (push) Successful in 15s
release / build-deb (push) Failing after 1m38s
release / release (push) Has been skipped
2025-12-08 00:19:19 +01:00

View File

@@ -65,7 +65,7 @@ jobs:
- name: Check deb file - name: Check deb file
run: ls -la dist/ run: ls -la dist/
- name: Upload artifact - name: Upload artifact
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v1
with: with:
name: gotify-tray_${{ env.VERSION }}_amd64.deb name: gotify-tray_${{ env.VERSION }}_amd64.deb
path: dist/gotify-tray_${{ env.VERSION }}_amd64.deb path: dist/gotify-tray_${{ env.VERSION }}_amd64.deb
@@ -77,7 +77,7 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Set version - name: Set version
run: echo "VERSION=${GITHUB_REF_NAME#v}" >> $GITHUB_ENV run: echo "VERSION=${GITHUB_REF_NAME#v}" >> $GITHUB_ENV
- uses: actions/download-artifact@v2 - uses: actions/download-artifact@v1
with: with:
name: gotify-tray_${{ env.VERSION }}_amd64.deb name: gotify-tray_${{ env.VERSION }}_amd64.deb
- name: Release - name: Release