mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-18 05:28:32 +03:00
Fix release worflow
This commit is contained in:
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user