Ancora sulla release con go.
Some checks failed
Build and publish / pkgbuild (push) Failing after 6s
Some checks failed
Build and publish / pkgbuild (push) Failing after 6s
This commit is contained in:
parent
ac031bfdef
commit
4648c0bc28
1 changed files with 5 additions and 1 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue