Skip to content

Commit 17da8ba

Browse files
committed
Adding version number breaks the download link, reverting
1 parent b3e8d90 commit 17da8ba

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/compiler.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,11 @@ jobs:
3030
zip -r ../../../$archive.zip *
3131
cd ../../..
3232
echo 'pid: 1234'| sed -r 's/^.{5}//'
33-
- name: Get the version
34-
id: get_version
35-
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
3633
- name: Upload binaries to release
3734
uses: svenstaro/upload-release-action@v1-release
3835
with:
3936
repo_token: ${{ secrets.GITHUB_TOKEN }}
4037
file: ${{ env.archive }}.zip
41-
asset_name: ${{ env.archive }}-${{ steps.get_version.outputs.VERSION }}.zip
38+
asset_name: ${{ env.archive }}.zip
4239
tag: ${{ github.ref }}
4340
overwrite: true

0 commit comments

Comments
 (0)