mirror of
https://code.forgejo.org/actions/download-artifact
synced 2025-07-10 04:06:00 +02:00
Merge eb1cfa0ac2
into d3f86a106a
This commit is contained in:
commit
0e702948aa
1 changed files with 9 additions and 0 deletions
|
@ -41,3 +41,12 @@ outputs:
|
||||||
runs:
|
runs:
|
||||||
using: 'node20'
|
using: 'node20'
|
||||||
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue