aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorAjay <[email protected]>2023-05-28 14:48:43 -0400
committerAjay <[email protected]>2023-05-28 14:48:43 -0400
commita4e8cdd0f686a2848011bbac221211d8ab884332 (patch)
tree6643d6c9909525625433753d641c072dbd60dc47 /.github
parent40604d760449ea4b3e78cdd9c35bbc6114ed8bf0 (diff)
downloadSponsorBlock-a4e8cdd0f686a2848011bbac221211d8ab884332.tar.gz
SponsorBlock-a4e8cdd0f686a2848011bbac221211d8ab884332.zip
Fix release worflow
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/release.yml6
1 files 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