Ancora sulla release con go.
Build and publish / pkgbuild (push) Failing after 6s Details

This commit is contained in:
Emiliano Vavassori 2024-03-02 23:53:17 +01:00
parent ac031bfdef
commit 4648c0bc28
1 changed files with 5 additions and 1 deletions

View File

@ -13,8 +13,12 @@ jobs:
run: |
echo "Successfully created the following package archive"
echo "Package: ${{ steps.makepkg.outputs.pkgfile0 }}"
- name: Setup go for publishing
uses: https://gitea.com/actions/setup-go@v4
with:
go-version: '>=1.20.1'
- name: Upload Package Archive
uses: https://gitea.com/actions/gitea-release-action@v1
with:
files: ${{ steps.makepkg.outputs.pkgfile0 }}
md5sum: true
api_key: ${{ secrets.APITOKEN_RELEASE }}