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