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 7aec6d4 commit 8ba13caCopy full SHA for 8ba13ca
1 file changed
.github/workflows/create_beta.yml
@@ -82,7 +82,7 @@ jobs:
82
--title "${{ env.TAGNAME }}-beta" \
83
--prerelease \
84
--notes-file beta_body.txt
85
- gh release upload ${{ github.ref_name }}-beta \
+ gh release upload ${{ env.TAGNAME }}-beta \
86
${{ env.UBLOCK_REPO_DIR }}/dist/build/uBOLite.beta.chromium.zip \
87
${{ env.UBLOCK_REPO_DIR }}/dist/build/uBOLite.beta.edge.zip \
88
${{ env.UBLOCK_REPO_DIR }}/dist/build/uBOLite.beta.firefox.xpi \
0 commit comments