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 c638431 commit 2762afdCopy full SHA for 2762afd
.github/workflows/release.yml
@@ -69,6 +69,7 @@ jobs:
69
70
build:
71
needs: [create-release]
72
+ if: startsWith(github.event.ref, 'refs/tags/tidy-browser')
73
strategy:
74
fail-fast: false
75
matrix:
@@ -148,7 +149,7 @@ jobs:
148
149
# build-tool: ${{ matrix.build-tool }}
150
target: ${{ matrix.target }}
151
# include: attribution
- archive: $bin-$tag-$target
152
+ archive: $tag-$target
153
token: ${{ secrets.GITHUB_TOKEN }}
154
# ref: refs/tags/${{ needs.get-version.outputs.tag_version }}
155
checksum: sha256
0 commit comments