little try 5
Some checks failed
/ GenerateReleaseZipfile (push) Failing after 1m6s

This commit is contained in:
Chl 2024-08-29 02:35:25 +02:00
parent 0ae4ffeae1
commit d77b532992

View file

@ -27,8 +27,11 @@ jobs:
"${{ github.server_url }}" \
"${{ github.repository }}" \
"${{ github.env.RELEVANT_SHA }}"
printf "mytest: %s\n" "$MYTEST"
printf "mytest2: %s\n" "${{ github.env.MYTEST }}"
env:
RELEVANT_SHA: ${{ github.event.pull_request.head.sha || github.sha }}
MYTEST: "${{ github.server_url }}/${{ github.repository }}@${{ github.env.RELEVANT_SHA }}"
- name: Testing the artifact uploading
id: "uploading"