fix: flat filename в generic-пакете (ratatoskr вместо linux-amd64/ratatoskr)
All checks were successful
build-test / build (push) Successful in 33s
All checks were successful
build-test / build (push) Successful in 33s
This commit is contained in:
@@ -65,7 +65,7 @@ jobs:
|
|||||||
curl -sS -X PUT \
|
curl -sS -X PUT \
|
||||||
-H "Authorization: token ${{ secrets.TC_GITEA_TOKEN }}" \
|
-H "Authorization: token ${{ secrets.TC_GITEA_TOKEN }}" \
|
||||||
-H "Content-Type: application/octet-stream" \
|
-H "Content-Type: application/octet-stream" \
|
||||||
"${{ vars.GIT_MAIN_URL }}/api/packages/${{ gitea.actor }}/generic/ratatoskr/${VERSION}/linux-amd64/ratatoskr" \
|
"${{ vars.GIT_MAIN_URL }}/api/packages/${{ gitea.actor }}/generic/ratatoskr/${VERSION}/ratatoskr" \
|
||||||
--data-binary @ratatoskr
|
--data-binary @ratatoskr
|
||||||
echo "Uploaded version ${VERSION}"
|
echo "Uploaded version ${VERSION}"
|
||||||
|
|
||||||
@@ -74,6 +74,6 @@ jobs:
|
|||||||
curl -sS -X PUT \
|
curl -sS -X PUT \
|
||||||
-H "Authorization: token ${{ secrets.TC_GITEA_TOKEN }}" \
|
-H "Authorization: token ${{ secrets.TC_GITEA_TOKEN }}" \
|
||||||
-H "Content-Type: application/octet-stream" \
|
-H "Content-Type: application/octet-stream" \
|
||||||
"${{ vars.GIT_MAIN_URL }}/api/packages/${{ gitea.actor }}/generic/ratatoskr/latest/linux-amd64/ratatoskr" \
|
"${{ vars.GIT_MAIN_URL }}/api/packages/${{ gitea.actor }}/generic/ratatoskr/latest/ratatoskr" \
|
||||||
--data-binary @ratatoskr
|
--data-binary @ratatoskr
|
||||||
echo "Updated 'latest' tag"
|
echo "Updated 'latest' tag"
|
||||||
Reference in New Issue
Block a user