add debug entry and check info
Some checks failed
Some checks failed
Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
This commit is contained in:
parent
0d70291afe
commit
58f7b3f1fe
1 changed files with 5 additions and 2 deletions
|
|
@ -68,14 +68,17 @@ jobs:
|
||||||
needs: build
|
needs: build
|
||||||
env:
|
env:
|
||||||
TOKEN: ${{ secrets.RELEASE }}
|
TOKEN: ${{ secrets.RELEASE }}
|
||||||
TAG: ${{ needs.set-release-target.outputs.release_cible }}
|
|
||||||
steps:
|
steps:
|
||||||
- name: Download all build artifacts
|
- name: Download all build artifacts
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
path: dist/
|
path: dist/
|
||||||
- name: Publier tous les binaires
|
- name: Publier tous les binaires
|
||||||
run: ls -l dist/
|
run: ls -lR dist/
|
||||||
|
- name: Install jq
|
||||||
|
run: |
|
||||||
|
apt-get update
|
||||||
|
apt-get install -y jq
|
||||||
- name: Create prerelease
|
- name: Create prerelease
|
||||||
run: |
|
run: |
|
||||||
curl -vvv -X POST \
|
curl -vvv -X POST \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue