Skip to content

Commit 2762afd

Browse files
committed
ci: build bin
1 parent c638431 commit 2762afd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ jobs:
6969

7070
build:
7171
needs: [create-release]
72+
if: startsWith(github.event.ref, 'refs/tags/tidy-browser')
7273
strategy:
7374
fail-fast: false
7475
matrix:
@@ -148,7 +149,7 @@ jobs:
148149
# build-tool: ${{ matrix.build-tool }}
149150
target: ${{ matrix.target }}
150151
# include: attribution
151-
archive: $bin-$tag-$target
152+
archive: $tag-$target
152153
token: ${{ secrets.GITHUB_TOKEN }}
153154
# ref: refs/tags/${{ needs.get-version.outputs.tag_version }}
154155
checksum: sha256

0 commit comments

Comments
 (0)