diff --git a/.gitea/workflows/build-publish.yml b/.gitea/workflows/build-publish.yml index 09c4e4a..2405754 100644 --- a/.gitea/workflows/build-publish.yml +++ b/.gitea/workflows/build-publish.yml @@ -14,6 +14,7 @@ jobs: echo "Successfully created the following package archive" echo "Package: ${{ steps.makepkg.outputs.pkgfile0 }}" - name: Upload Package Archive - uses: akkuman/gitea-release-action@v1 + uses: actions/gitea-release-action@v1 with: files: ${{ steps.makepkg.outputs.pkgfile0 }} + md5sum: true