From 8de6a9f1637e1453e38269a430c6c360403ceff7 Mon Sep 17 00:00:00 2001 From: Austin Sasko Date: Mon, 22 Aug 2022 15:44:24 -0400 Subject: [PATCH] test --- .github/workflows/test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d551cab..8d57070 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -40,12 +40,13 @@ jobs: echo "Hello world from file B" > path/to/artifact-B/file-B.txt mkdir bins mv *.bin bins/ + zip -r bins.zip bins/ - name: Upload both art uses: actions/upload-artifact@v2 with: name: bins - path: ./bins/ + path: bins.zip - name: Upload artifact A uses: actions/upload-artifact@v2