mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-07 21:58:06 -05:00
update build pipeline for official release
This commit is contained in:
parent
5a33567c73
commit
966a297132
6
.github/workflows/build_application.yml
vendored
6
.github/workflows/build_application.yml
vendored
@ -205,7 +205,7 @@ jobs:
|
|||||||
- name: Upload artifact for analysis
|
- name: Upload artifact for analysis
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: IW4MAdmin-${{ env.buildNumber }}
|
name: IW4MAdmin-${{ env.buildNumber }}-${{ env.releaseType }}
|
||||||
path: ${{ env.outputFolder }}
|
path: ${{ env.outputFolder }}
|
||||||
|
|
||||||
release_github:
|
release_github:
|
||||||
@ -223,7 +223,7 @@ jobs:
|
|||||||
- name: Download build
|
- name: Download build
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: IW4MAdmin-${{ env.buildNumber }}
|
name: IW4MAdmin-${{ env.buildNumber }}-${{ env.releaseType }}
|
||||||
path: ${{ github.workspace }}
|
path: ${{ github.workspace }}
|
||||||
|
|
||||||
- name: Zip build
|
- name: Zip build
|
||||||
@ -234,7 +234,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
tag: ${{ env.buildNumber }}-${{ env.releaseType }}
|
tag: ${{ env.buildNumber }}-${{ env.releaseType }}
|
||||||
name: IW4MAdmin ${{ env.buildNumber }}
|
name: IW4MAdmin ${{ env.buildNumber }}
|
||||||
draft: true
|
draft: false
|
||||||
prerelease: true
|
prerelease: true
|
||||||
body: Automated rolling release - changelog below. [Updating Instructions](https://github.com/RaidMax/IW4M-Admin/wiki/Getting-Started#updating)
|
body: Automated rolling release - changelog below. [Updating Instructions](https://github.com/RaidMax/IW4M-Admin/wiki/Getting-Started#updating)
|
||||||
generateReleaseNotes: true
|
generateReleaseNotes: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user