Skip to content

Commit

Permalink
Remove platform suffix from Linux and MacOS builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Timic3 committed Aug 19, 2020
1 parent 2a9e92d commit 8d70911
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: bin/${{ matrix.config }}/premake5 test
- uses: actions/upload-artifact@v2
with:
name: ${{ matrix.osname }}-${{ matrix.config }}-${{ matrix.platform }}
name: ${{ matrix.osname }}-${{ matrix.config }}
path: bin/${{ matrix.config }}/
windows:
runs-on: windows-latest
Expand Down
2 changes: 1 addition & 1 deletion Bootstrap.mak
Original file line number Diff line number Diff line change
Expand Up @@ -150,4 +150,4 @@ windows: windows-base
devenv .\build\bootstrap\Premake5.sln /Build "$(CONFIG)|$(PLATFORM:x86=win32)"

windows-msbuild: windows-base
msbuild /t:Build /p:Configuration=$(CONFIG) /p:Platform=$(PLATFORM:x86=win32) /m .\build\bootstrap\Premake5.sln
msbuild /p:Configuration=$(CONFIG) /p:Platform=$(PLATFORM:x86=win32) .\build\bootstrap\Premake5.sln

0 comments on commit 8d70911

Please sign in to comment.