Cambio pipeline rilascio.
This commit is contained in:
parent
8f4f3d2ddb
commit
725965c675
1 changed files with 4 additions and 4 deletions
|
@ -32,8 +32,8 @@ jobs:
|
|||
- name: Dislocating artifacts
|
||||
run: find -iname \*.pkg.tar.zst -exec mv {} dist/release \;
|
||||
- name: Upload Package Archive
|
||||
uses: actions/forgejo-release@v2.6.0
|
||||
uses: https://gitea.com/actions/gitea-release-action@v1
|
||||
with:
|
||||
direction: upload
|
||||
release-dir: dist/release
|
||||
token: ${{ secrets.APITOKEN_RELEASE }}
|
||||
files: "*.pkg.tar.zst"
|
||||
api_key: ${{ secrets.APITOKEN_RELEASE }}
|
||||
md5sum: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue