Skip to content

Commit

Permalink
update build pipeline for official release
Browse files Browse the repository at this point in the history
  • Loading branch information
RaidMax committed Jun 30, 2024
1 parent 5a33567 commit 966a297
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ jobs:
- name: Upload artifact for analysis
uses: actions/upload-artifact@v4
with:
name: IW4MAdmin-${{ env.buildNumber }}
name: IW4MAdmin-${{ env.buildNumber }}-${{ env.releaseType }}
path: ${{ env.outputFolder }}

release_github:
Expand All @@ -223,7 +223,7 @@ jobs:
- name: Download build
uses: actions/download-artifact@v4
with:
name: IW4MAdmin-${{ env.buildNumber }}
name: IW4MAdmin-${{ env.buildNumber }}-${{ env.releaseType }}
path: ${{ github.workspace }}

- name: Zip build
Expand All @@ -234,7 +234,7 @@ jobs:
with:
tag: ${{ env.buildNumber }}-${{ env.releaseType }}
name: IW4MAdmin ${{ env.buildNumber }}
draft: true
draft: false
prerelease: true
body: Automated rolling release - changelog below. [Updating Instructions](https://github.com/RaidMax/IW4M-Admin/wiki/Getting-Started#updating)
generateReleaseNotes: true
Expand Down

0 comments on commit 966a297

Please sign in to comment.