DownloadArtifact

This commit is contained in:
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

View file

@ -14,3 +14,12 @@ outputs:
runs:
using: 'node16'
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