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 042b167 commit 0e191c0
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions .github/workflows/config2archive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,22 @@ jobs:
# Runs a set of commands using the runners shell
- name: Run a multi-line script
run: |
echo generating artifact
echo generating artifact...
ls -lar

- uses: actions/checkout@master
- name: Compress action step
uses: a7ul/[email protected]
id: compress
with:
command: c
cwd: ./test
files: |
./toCompress
outPath: yolo.tar.gz
- name: Extract files
uses: a7ul/[email protected]
id: extract
with:
command: x
cwd: ./extract
files: yolo.tar.gz

0 comments on commit 0e191c0

Please sign in to comment.