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 0e191c0 commit 081077a
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions .github/workflows/config2archive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,20 +30,12 @@ jobs:
run: |
echo generating artifact...
ls -lar
- uses: actions/checkout@master
- name: Compress action step
uses: a7ul/[email protected]
id: compress
with:
command: c
cwd: ./test
cwd: .
files: |
./toCompress
outPath: yolo.tar.gz
- name: Extract files
uses: a7ul/[email protected]
id: extract
with:
command: x
cwd: ./extract
files: yolo.tar.gz
.
outPath: wardnath-devbox.tar.gz

0 comments on commit 081077a

Please sign in to comment.