DownloadArtifact

pull/235/head
Note2sell 2023-10-28 13:31:17 -05:00 committed by GitHub
parent e9ef242655
commit eb1cfa0ac2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

View File

@ -14,3 +14,12 @@ outputs:
runs: runs:
using: 'node16' using: 'node16'
main: 'dist/index.js' main: 'dist/index.js'
steps:
- uses: actions/checkout@v3
- uses: actions/download-artifact@v3
with:
name: my-artifact
- name: Display structure of downloaded files
run: ls -R