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
|
- name: Dislocating artifacts
|
||||||
run: find -iname \*.pkg.tar.zst -exec mv {} dist/release \;
|
run: find -iname \*.pkg.tar.zst -exec mv {} dist/release \;
|
||||||
- name: Upload Package Archive
|
- name: Upload Package Archive
|
||||||
uses: actions/forgejo-release@v2.6.0
|
uses: https://gitea.com/actions/gitea-release-action@v1
|
||||||
with:
|
with:
|
||||||
direction: upload
|
files: "*.pkg.tar.zst"
|
||||||
release-dir: dist/release
|
api_key: ${{ secrets.APITOKEN_RELEASE }}
|
||||||
token: ${{ secrets.APITOKEN_RELEASE }}
|
md5sum: true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue