test github...

This commit is contained in:
Chl 2024-08-31 00:09:18 +02:00
parent b53d3b6ad0
commit 64d4fb9fb5

View file

@ -4,6 +4,9 @@ on:
jobs:
GenerateReleaseZipfile:
runs-on: ubuntu-latest
# To allow access to the artifact with the GITHUB_TOKEN at the last step
permissions:
actions: read
steps:
- name: Generate some content
run: |
@ -50,9 +53,6 @@ jobs:
printf "steps.uploading.outputs.artifact-url: %s\n" "${{ steps.uploading.outputs.artifact-url }}"
- name: Check the content of the uploaded artifact
# To allow access to the artifact with the GITHUB_TOKEN
permissions:
actions: read
run: |
# Stop at first error and be verbose
set -ex