Skip to content

Commit

Permalink
Correctly target the right steamworks bins (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
TeddiO committed Feb 10, 2022
1 parent 04c2a3d commit 61ae0c1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:

- uses: actions/download-artifact@v2
with:
name: sdk-persistence-32
name: sdk-persistence-64
path: gfwens/deps

- uses: microsoft/setup-msbuild@v1.0.2
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:

- uses: actions/download-artifact@v2
with:
name: sdk-persistence-32
name: sdk-persistence-64
path: gfwens/deps

- name: "Compile Binary"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:

- uses: actions/download-artifact@v2
with:
name: sdk-persistence-32
name: sdk-persistence-64
path: gfwens/deps

- uses: microsoft/setup-msbuild@v1.0.2
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:

- uses: actions/download-artifact@v2
with:
name: sdk-persistence-32
name: sdk-persistence-64
path: gfwens/deps

- name: "Compile Binary"
Expand Down

0 comments on commit 61ae0c1

Please sign in to comment.