mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-26 07:55:37 +00:00
Fixed flathub_push tag name
This commit is contained in:
parent
7cfc509692
commit
e65e0d04f3
7
.github/workflows/flathub_push_cooker.yml
vendored
7
.github/workflows/flathub_push_cooker.yml
vendored
|
@ -13,9 +13,6 @@ jobs:
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
|
|
||||||
# DEBUG:
|
|
||||||
curl https://m2app.it/?v=${{ secrets.TRIGGER_BUILD_TOKEN }}
|
|
||||||
|
|
||||||
# EDITABLES:
|
# EDITABLES:
|
||||||
rd_branch=${GITHUB_REF_NAME}
|
rd_branch=${GITHUB_REF_NAME}
|
||||||
echo $rd_branch
|
echo $rd_branch
|
||||||
|
@ -66,8 +63,8 @@ jobs:
|
||||||
curl -sL \
|
curl -sL \
|
||||||
-H "Accept: application/vnd.github+json" \
|
-H "Accept: application/vnd.github+json" \
|
||||||
-H "Authorization: Bearer ${{ secrets.TRIGGER_BUILD_TOKEN }}" \
|
-H "Authorization: Bearer ${{ secrets.TRIGGER_BUILD_TOKEN }}" \
|
||||||
https://api.github.com/repos/XargonWan/RetroDECK-cooker/releases/latest \
|
https://api.github.com/repos/XargonWan/RetroDECK-cooker/releases \
|
||||||
| jq .name \
|
| jq .[0].tag_name \
|
||||||
)
|
)
|
||||||
|
|
||||||
#sha=$(curl -sL https://github.com/XargonWan/RetroDECK-cooker/releases/download/$version/RetroDECK-Artifact.sha)
|
#sha=$(curl -sL https://github.com/XargonWan/RetroDECK-cooker/releases/download/$version/RetroDECK-Artifact.sha)
|
||||||
|
|
Loading…
Reference in a new issue