uh4?
Some checks failed
/ GenerateReleaseZipfile (push) Failing after 1m10s

This commit is contained in:
Chl 2024-08-29 03:28:26 +02:00
parent 34e1205fb1
commit ecdbe8b216

View file

@ -34,6 +34,7 @@ jobs:
set -x set -x
printf "steps.uploading.outputs.artifact-id: %s\n" "${{ steps.uploading.outputs.artifact-id }}" printf "steps.uploading.outputs.artifact-id: %s\n" "${{ steps.uploading.outputs.artifact-id }}"
printf "steps.uploading.outputs.artifact-url: %s\n" "${{ steps.uploading.outputs.artifact-url }}" printf "steps.uploading.outputs.artifact-url: %s\n" "${{ steps.uploading.outputs.artifact-url }}"
printf "$GITHUB_RUN_ID\n"
- name: Check the content of the uploaded artifact - name: Check the content of the uploaded artifact
run: | run: |