mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Download all artifacts to artifacts/ dir
This commit is contained in:
parent
bd1629812a
commit
54fbc1976e
1 changed files with 3 additions and 1 deletions
4
.github/workflows/draft-release.yml
vendored
4
.github/workflows/draft-release.yml
vendored
|
@ -29,5 +29,7 @@ jobs:
|
|||
# Checkout here so we can easily use custom actions
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/download-artifact@v4
|
||||
with:
|
||||
path: artifacts/
|
||||
- name: List Directory Structure
|
||||
run: ls -R
|
||||
run: ls -R artifacts/
|
||||
|
|
Loading…
Add table
Reference in a new issue