Ancora correzione alle operazioni.
Some checks failed
Build and publish / pkgbuild (push) Failing after 3s

This commit is contained in:
Emiliano Vavassori 2024-03-02 23:38:52 +01:00
parent 9e51efc12c
commit 874a522e02

View File

@ -14,6 +14,7 @@ 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
uses: akkuman/gitea-release-action@v1 uses: actions/gitea-release-action@v1
with: with:
files: ${{ steps.makepkg.outputs.pkgfile0 }} files: ${{ steps.makepkg.outputs.pkgfile0 }}
md5sum: true