Skip to content

Commit

Permalink
Update config2archive.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wardnath committed Feb 16, 2024
1 parent 00c34ba commit 4e9eace
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/config2archive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,15 @@ jobs:
- name: Upload Artifact
uses: actions/upload-artifact@v4
with:
name: my-artifact
name: wardnath_devbox_config
path: wardnath_devbox_config.tar
retention-days: 30
- uses: actions/download-artifact@v4
- name: Upload GitHub Pages artifact
uses: actions/[email protected]
with:
# Artifact name
name: wardnath_devbox_config
- name: Display structure of downloaded files
run: ls -R
# Path of the directory containing the static assets.
path: wardnath_devbox_config.tar
# Duration after which artifact will expire in days.
retention-days: 30

0 comments on commit 4e9eace

Please sign in to comment.