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 081077a commit 00c34ba
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions .github/workflows/config2archive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,17 @@ jobs:
run: |
echo generating artifact...
ls -lar
- name: Compress action step
uses: a7ul/[email protected]
id: compress
- name: Create a file
run: tar -cvf wardnath_devbox_config.tar .

- name: Upload Artifact
uses: actions/upload-artifact@v4
with:
command: c
cwd: .
files: |
.
outPath: wardnath-devbox.tar.gz
name: my-artifact
path: wardnath_devbox_config.tar
retention-days: 30
- uses: actions/download-artifact@v4
with:
name: wardnath_devbox_config
- name: Display structure of downloaded files
run: ls -R

0 comments on commit 00c34ba

Please sign in to comment.