Rilascio anziché pacchetti.
Some checks failed
Build and publish / pkgbuild (push) Failing after 3m2s
Some checks failed
Build and publish / pkgbuild (push) Failing after 3m2s
This commit is contained in:
parent
44065bb002
commit
31dab95a89
@ -7,13 +7,15 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
- name: Install makepkg
|
||||
uses: edlanglois/pkgbuild-action@v1
|
||||
id: makepkg
|
||||
uses: edlanglois/pkgbuild-action@v1
|
||||
- name: Print Package Files
|
||||
run: |
|
||||
echo "Successfully created the following package archive"
|
||||
echo "Package: ${{ steps.makepkg.outputs.pkgfile0 }}"
|
||||
- name: Upload Package Archive
|
||||
uses: actions/upload-artifact@v2
|
||||
id: use-go-action
|
||||
uses: https://gitea.com/actions/release-action@main
|
||||
with:
|
||||
path: ${{ steps.makepkg.outputs.pkgfile0 }}
|
||||
files: ${{ steps.makepkg.outputs.pkgfile0 }}
|
||||
api_key: ${{ secrets.APITOKEN_RELEASE }}
|
||||
|
Loading…
Reference in New Issue
Block a user