Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vintagepc authored Sep 4, 2024
1 parent d9dbe20 commit ea1433c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
if: ${{ !github.event.pull_request }}
uses: actions/upload-artifact@v4
with:
name: Binaries
name: Binaries-linux
path: ${{ runner.workspace }}/MINI404/build/Mini404-dev-linux.tar.bz2

build_macos:
Expand Down Expand Up @@ -144,7 +144,7 @@ jobs:
if: ${{ !github.event.pull_request }}
uses: actions/upload-artifact@v4
with:
name: Binaries
name: Binaries-macos
path: ${{ runner.workspace }}/MINI404/build/Mini404-dev-macos.tar.bz2

build_msys:
Expand Down Expand Up @@ -214,7 +214,7 @@ jobs:
if: ${{ !github.event.pull_request }}
uses: actions/upload-artifact@v4
with:
name: Binaries
name: Binaries-win
path: ${{ runner.workspace }}/MINI404/build/Mini404-dev-w64.zip

Publish:
Expand All @@ -225,7 +225,8 @@ jobs:
- name: Retrieve platform binaries
uses: actions/[email protected]
with:
name: Binaries
pattern: Binaries-*
merge-multiple: true

- name: Check tag version
id: get_version
Expand Down

0 comments on commit ea1433c

Please sign in to comment.