little try 7
All checks were successful
/ GenerateReleaseZipfile (push) Successful in 1m7s

This commit is contained in:
Chl 2024-08-29 02:47:52 +02:00
parent 6af83b5d77
commit bdb9df40df

View file

@ -29,8 +29,12 @@ jobs:
"${{ github.env.RELEVANT_SHA }}"
printf "mytest: %s\n" "$MYTEST"
printf "mytest2: %s\n" "${{ github.env.MYTEST }}"
printf "shapr: %s\n" "$SHAPR"
printf "shagh: %s\n" "$SHAGH"
env:
RELEVANT_SHA: ${{ github.event.pull_request.head.sha || github.sha }}
SHAPR: ${{ github.event.pull_request.head.sha }}
SHAGH: ${{ github.event.pull_request.head.sha || github.sha }}
MYTEST: "${{ github.server_url }}/${{ github.repository }}@${{ github.env.RELEVANT_SHA }}"
# - name: Testing the artifact uploading