Skip to content

Commit 8ba13ca

Browse files
committed
Fix workflow
1 parent 7aec6d4 commit 8ba13ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/create_beta.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
--title "${{ env.TAGNAME }}-beta" \
8383
--prerelease \
8484
--notes-file beta_body.txt
85-
gh release upload ${{ github.ref_name }}-beta \
85+
gh release upload ${{ env.TAGNAME }}-beta \
8686
${{ env.UBLOCK_REPO_DIR }}/dist/build/uBOLite.beta.chromium.zip \
8787
${{ env.UBLOCK_REPO_DIR }}/dist/build/uBOLite.beta.edge.zip \
8888
${{ env.UBLOCK_REPO_DIR }}/dist/build/uBOLite.beta.firefox.xpi \

0 commit comments

Comments
 (0)