Skip to content

Commit 886a2c2

Browse files
committed
fix build zip path
1 parent 142e669 commit 886a2c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: svenstaro/upload-release-action@v2
3333
with:
3434
repo_token: ${{ secrets.GITHUB_TOKEN }}
35-
file: dist/YtcFilter-Chrome.zip
35+
file: build/YtcFilter-Chrome.zip
3636
asset_name: YtcFilter-Chrome.zip
3737
tag: ${{ github.ref }}
3838
overwrite: true
@@ -41,7 +41,7 @@ jobs:
4141
uses: svenstaro/upload-release-action@v2
4242
with:
4343
repo_token: ${{ secrets.GITHUB_TOKEN }}
44-
file: dist/YtcFilter-Firefox.zip
44+
file: build/YtcFilter-Firefox.zip
4545
asset_name: YtcFilter-Firefox.zip
4646
tag: ${{ github.ref }}
4747
overwrite: true

0 commit comments

Comments
 (0)