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:
|
jobs:
|
||||||
GenerateReleaseZipfile:
|
GenerateReleaseZipfile:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
# To allow access to the artifact with the GITHUB_TOKEN at the last step
|
||||||
|
permissions:
|
||||||
|
actions: read
|
||||||
steps:
|
steps:
|
||||||
- name: Generate some content
|
- name: Generate some content
|
||||||
run: |
|
run: |
|
||||||
|
@ -50,9 +53,6 @@ jobs:
|
||||||
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 }}"
|
||||||
|
|
||||||
- name: Check the content of the uploaded artifact
|
- name: Check the content of the uploaded artifact
|
||||||
# To allow access to the artifact with the GITHUB_TOKEN
|
|
||||||
permissions:
|
|
||||||
actions: read
|
|
||||||
run: |
|
run: |
|
||||||
# Stop at first error and be verbose
|
# Stop at first error and be verbose
|
||||||
set -ex
|
set -ex
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue