test github...
This commit is contained in:
parent
b53d3b6ad0
commit
64d4fb9fb5
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue