We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 142e669 commit 886a2c2Copy full SHA for 886a2c2
.github/workflows/release.yml
@@ -32,7 +32,7 @@ jobs:
32
uses: svenstaro/upload-release-action@v2
33
with:
34
repo_token: ${{ secrets.GITHUB_TOKEN }}
35
- file: dist/YtcFilter-Chrome.zip
+ file: build/YtcFilter-Chrome.zip
36
asset_name: YtcFilter-Chrome.zip
37
tag: ${{ github.ref }}
38
overwrite: true
@@ -41,7 +41,7 @@ jobs:
41
42
43
44
- file: dist/YtcFilter-Firefox.zip
+ file: build/YtcFilter-Firefox.zip
45
asset_name: YtcFilter-Firefox.zip
46
47
0 commit comments