retry...
All checks were successful
/ GenerateReleaseZipfile (push) Successful in 1m14s

This commit is contained in:
Chl 2024-08-31 01:22:50 +02:00
parent 3498e0fd2b
commit 31cfa7d900

View file

@ -38,7 +38,7 @@ runs:
# https://github.com/actions/runner/issues/3046 # https://github.com/actions/runner/issues/3046
- name: Expose GitHub Runtime - name: Expose GitHub Runtime
if: env.ACTIONS_RUNTIME_TOKEN == '' if: env.ACTIONS_RUNTIME_TOKEN == ''
uses: "crazy-max/ghaction-github-runtime@v3" uses: "https://github.com/crazy-max/ghaction-github-runtime@v3"
- name: Upload artifact (using v4) - name: Upload artifact (using v4)
shell: sh shell: sh
@ -127,5 +127,3 @@ runs:
if [ "${{ inputs.compression }}" = "true" ]; then if [ "${{ inputs.compression }}" = "true" ]; then
rm -f "$MYUPLOAD" rm -f "$MYUPLOAD"
fi fi
echo "The end."