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
@ -13,8 +13,12 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
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: Setup go for publishing
|
||||||
|
uses: https://gitea.com/actions/setup-go@v4
|
||||||
|
with:
|
||||||
|
go-version: '>=1.20.1'
|
||||||
- name: Upload Package Archive
|
- name: Upload Package Archive
|
||||||
uses: https://gitea.com/actions/gitea-release-action@v1
|
uses: https://gitea.com/actions/gitea-release-action@v1
|
||||||
with:
|
with:
|
||||||
files: ${{ steps.makepkg.outputs.pkgfile0 }}
|
files: ${{ steps.makepkg.outputs.pkgfile0 }}
|
||||||
md5sum: true
|
api_key: ${{ secrets.APITOKEN_RELEASE }}
|
||||||
|
Loading…
Reference in New Issue
Block a user