mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-12 14:37:23 +03:00
Upload source code with modules to github
This commit is contained in:
13
.github/workflows/release.yml
vendored
13
.github/workflows/release.yml
vendored
@@ -22,6 +22,19 @@ jobs:
|
|||||||
- name: Copy configuration
|
- name: Copy configuration
|
||||||
run: cp config.json.example config.json
|
run: cp config.json.example config.json
|
||||||
|
|
||||||
|
# Create source artifact with submodule
|
||||||
|
- name: Zip Artifacts
|
||||||
|
- run: cd ..; mkdir ./builds
|
||||||
|
- name: Zip Artifacts
|
||||||
|
run: zip -r ../builds/SourceCodeUseThisOne.zip *
|
||||||
|
- name: Upload Source to release
|
||||||
|
uses: Shopify/upload-to-release@07611424e04f1475ddf550e1c0dd650b867d5467
|
||||||
|
with:
|
||||||
|
args: ../builds/SourceCodeUseThisOne.zip
|
||||||
|
name: SourceCodeUseThisOne.zip
|
||||||
|
path: ../builds/SourceCodeUseThisOne.zip
|
||||||
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
# Create Chrome artifacts
|
# Create Chrome artifacts
|
||||||
- name: Create Chrome artifacts
|
- name: Create Chrome artifacts
|
||||||
run: npm run build:chrome
|
run: npm run build:chrome
|
||||||
|
|||||||
Reference in New Issue
Block a user