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
|
||||
env:
|
||||
TOKEN: ${{ secrets.RELEASE }}
|
||||
TAG: ${{ needs.set-release-target.outputs.release_cible }}
|
||||
steps:
|
||||
- name: Download all build artifacts
|
||||
uses: actions/download-artifact@v3
|
||||
with:
|
||||
path: dist/
|
||||
- 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
|
||||
run: |
|
||||
curl -vvv -X POST \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue