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 701f558 commit 159227d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/config2archive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,20 +31,20 @@ jobs:
echo generating artifact...
ls -lar
- name: Create a file
run: tar -cvf archive/wardnath_devbox_config.tar .
run: tar -cvf _archive/wardnath_devbox_config.tar .

- name: Upload Artifact
uses: actions/upload-artifact@v4
with:
name: wardnath_devbox_config
path: archive/wardnath_devbox_config.tar
path: _archive/wardnath_devbox_config.tar
retention-days: 30
- name: Upload GitHub Pages artifact
uses: actions/[email protected]
with:
# Artifact name
name: wardnath_devbox_config
# Path of the directory containing the static assets.
path: archive/wardnath_devbox_config.tar
path: _archive/wardnath_devbox_config.tar
# Duration after which artifact will expire in days.
retention-days: 30

0 comments on commit 159227d

Please sign in to comment.