Skip to content

Commit

Permalink
fix names for release ci
Browse files Browse the repository at this point in the history
  • Loading branch information
AmyrAhmady committed Dec 24, 2022
1 parent 55fe672 commit afa5cf8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build
name: Release

on:
release:
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: build/Output/${{ steps.vars.outputs.build_config }}/open.mp-win-${{ steps.vars.outputs.build_version }}.zip
asset_name: open.mp-win-${{ steps.vars.outputs.build_version }}.zip
asset_name: open.mp-win-x86.zip
asset_content_type: application/gzip

build-linux-static:
Expand Down Expand Up @@ -130,7 +130,7 @@ jobs:
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: docker/build/Output/${{ steps.vars.outputs.build_config }}/open.mp-linux-${{ steps.vars.outputs.build_version }}.tar.xz
asset_name: open.mp-linux-${{ steps.vars.outputs.build_version }}.tar.xz
asset_name: open.mp-linux-x86.tar.xz
asset_content_type: application/gzip

build-linux:
Expand Down Expand Up @@ -186,5 +186,5 @@ jobs:
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: docker/build/Output/${{ steps.vars.outputs.build_config }}/open.mp-linux-dynssl-${{ steps.vars.outputs.build_version }}.tar.xz
asset_name: open.mp-linux-dynssl-${{ steps.vars.outputs.build_version }}.tar.xz
asset_name: open.mp-linux-x86-dynssl.tar.xz
asset_content_type: application/gzip

0 comments on commit afa5cf8

Please sign in to comment.