mirror of
https://github.com/3proxy/3proxy.git
synced 2026-07-07 13:40:12 +08:00
Fix release artefact uploads in Windows workflows
This commit is contained in:
parent
19cacf0bd9
commit
a04cd67eaa
1
.github/workflows/build-watcom.yml
vendored
1
.github/workflows/build-watcom.yml
vendored
@ -88,6 +88,7 @@ jobs:
|
||||
run: Compress-Archive -Path dist/* -DestinationPath 3proxy-${{ env.RELEASE }}-lite.zip
|
||||
- name: Upload to release
|
||||
if: github.event_name == 'release'
|
||||
shell: bash
|
||||
env:
|
||||
GH_TOKEN: ${{ github.token }}
|
||||
TAG: ${{ github.event.release.tag_name }}
|
||||
|
||||
1
.github/workflows/build-win32.yml
vendored
1
.github/workflows/build-win32.yml
vendored
@ -103,6 +103,7 @@ jobs:
|
||||
run: Compress-Archive -Path dist/* -DestinationPath 3proxy-${{ env.RELEASE }}-x86.zip
|
||||
- name: Upload to release
|
||||
if: github.event_name == 'release'
|
||||
shell: bash
|
||||
env:
|
||||
GH_TOKEN: ${{ github.token }}
|
||||
TAG: ${{ github.event.release.tag_name }}
|
||||
|
||||
1
.github/workflows/build-win64.yml
vendored
1
.github/workflows/build-win64.yml
vendored
@ -104,6 +104,7 @@ jobs:
|
||||
run: Compress-Archive -Path dist/* -DestinationPath 3proxy-${{ env.RELEASE }}-x64.zip
|
||||
- name: Upload to release
|
||||
if: github.event_name == 'release'
|
||||
shell: bash
|
||||
env:
|
||||
GH_TOKEN: ${{ github.token }}
|
||||
TAG: ${{ github.event.release.tag_name }}
|
||||
|
||||
1
.github/workflows/build-winarm64.yml
vendored
1
.github/workflows/build-winarm64.yml
vendored
@ -103,6 +103,7 @@ jobs:
|
||||
run: Compress-Archive -Path dist/* -DestinationPath 3proxy-${{ env.RELEASE }}-arm64.zip
|
||||
- name: Upload to release
|
||||
if: github.event_name == 'release'
|
||||
shell: bash
|
||||
env:
|
||||
GH_TOKEN: ${{ github.token }}
|
||||
TAG: ${{ github.event.release.tag_name }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user