Skip to content

Commit

Permalink
fix(Actions): Release workflow had no MSBuild step
Browse files Browse the repository at this point in the history
Fixes #6
  • Loading branch information
Yimura committed Feb 25, 2022
1 parent 83340b5 commit 87df8b5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
version: "5.0.0-beta1"

- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v1.0.2
uses: microsoft/setup-msbuild@v1.1

- name: Generate premake5 project
run: premake5 vs2019
Expand All @@ -37,4 +37,4 @@ jobs:
path: |
bin/Debug/*/*.exe
bin/Debug/*/*.map
bin/Debug/*/*.pdb
bin/Debug/*/*.pdb
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ jobs:
with:
submodules: recursive

- name: Setup premake
uses: abel0b/setup-premake@v1

- name: Setup premake
uses: abel0b/setup-premake@v2
with:
version: "5.0.0-beta1"

- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v1.1

- name: Generate premake5 project
run: premake5 vs2019
shell: bash
Expand Down

0 comments on commit 87df8b5

Please sign in to comment.