mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-18 13:38:25 +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
|
run: cp config.json.example config.json
|
||||||
|
|
||||||
# Create source artifact with submodule
|
# Create source artifact with submodule
|
||||||
- name: Zip Artifacts
|
- name: Create directory
|
||||||
- run: cd ..; mkdir ./builds
|
run: cd ..; mkdir ./builds
|
||||||
- name: Zip Artifacts
|
- name: Zip Source code
|
||||||
run: zip -r ../builds/SourceCodeUseThisOne.zip *
|
run: zip -r ../builds/SourceCodeUseThisOne.zip *
|
||||||
- name: Upload Source to release
|
- name: Upload Source to release
|
||||||
uses: Shopify/upload-to-release@07611424e04f1475ddf550e1c0dd650b867d5467
|
uses: Shopify/upload-to-release@07611424e04f1475ddf550e1c0dd650b867d5467
|
||||||
|
|||||||
Reference in New Issue
Block a user