From a4e8cdd0f686a2848011bbac221211d8ab884332 Mon Sep 17 00:00:00 2001 From: Ajay Date: Sun, 28 May 2023 14:48:43 -0400 Subject: [PATCH] Fix release worflow --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f3dcc20f..4291960d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,9 +22,9 @@ jobs: run: cp config.json.example config.json # Create source artifact with submodule - - name: Zip Artifacts - - run: cd ..; mkdir ./builds - - name: Zip Artifacts + - name: Create directory + run: cd ..; mkdir ./builds + - name: Zip Source code run: zip -r ../builds/SourceCodeUseThisOne.zip * - name: Upload Source to release uses: Shopify/upload-to-release@07611424e04f1475ddf550e1c0dd650b867d5467