From 081077a634e1aac74423b542654a78533fd29b79 Mon Sep 17 00:00:00 2001 From: Nathan Lloyd Ward Date: Fri, 16 Feb 2024 08:10:51 -0500 Subject: [PATCH] Update config2archive.yml --- .github/workflows/config2archive.yml | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/.github/workflows/config2archive.yml b/.github/workflows/config2archive.yml index c52ce71..56ac5a5 100644 --- a/.github/workflows/config2archive.yml +++ b/.github/workflows/config2archive.yml @@ -30,20 +30,12 @@ jobs: run: | echo generating artifact... ls -lar - - uses: actions/checkout@master - name: Compress action step uses: a7ul/tar-action@v1.1.0 id: compress with: command: c - cwd: ./test + cwd: . files: | - ./toCompress - outPath: yolo.tar.gz - - name: Extract files - uses: a7ul/tar-action@v1.1.0 - id: extract - with: - command: x - cwd: ./extract - files: yolo.tar.gz + . + outPath: wardnath-devbox.tar.gz