Nuovo pacchetto per rilascio.
Some checks failed
Build and publish / pkgbuild (push) Failing after 2m50s

This commit is contained in:
Emiliano Vavassori 2024-03-02 23:34:02 +01:00
parent 31dab95a89
commit 9e51efc12c

View File

@ -14,8 +14,6 @@ jobs:
echo "Successfully created the following package archive" echo "Successfully created the following package archive"
echo "Package: ${{ steps.makepkg.outputs.pkgfile0 }}" echo "Package: ${{ steps.makepkg.outputs.pkgfile0 }}"
- name: Upload Package Archive - name: Upload Package Archive
id: use-go-action uses: akkuman/gitea-release-action@v1
uses: https://gitea.com/actions/release-action@main
with: with:
files: ${{ steps.makepkg.outputs.pkgfile0 }} files: ${{ steps.makepkg.outputs.pkgfile0 }}
api_key: ${{ secrets.APITOKEN_RELEASE }}