diff options
author | Ajay Ramachandran <[email protected]> | 2020-04-19 20:59:36 -0400 |
---|---|---|
committer | Ajay Ramachandran <[email protected]> | 2020-04-19 20:59:36 -0400 |
commit | 2f5c239c826f45f08d198ef57348a632acf87563 (patch) | |
tree | 112f48942ba301f09d27cbfd12e21988ad85e5c2 | |
parent | 2ca98ad97bc8be62ad9b3eef7e822478785f439d (diff) | |
download | SponsorBlock-2f5c239c826f45f08d198ef57348a632acf87563.tar.gz SponsorBlock-2f5c239c826f45f08d198ef57348a632acf87563.zip |
Added path to release CI
-rw-r--r-- | .github/workflows/release.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 48365c37..2437a778 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -68,11 +68,13 @@ jobs: with: args: builds/ChromeExtension.zip name: ChromeExtension.zip + path: ./builds/ChromeExtension.zip repo-token: ${{ secrets.GITHUB_TOKEN }} - name: Upload to release uses: Shopify/upload-to-release@master with: args: builds/FirefoxExtension.zip name: FirefoxExtension.zip + path: ./builds/FirefoxExtension.zip repo-token: ${{ secrets.GITHUB_TOKEN }} |