Skip to content

Commit

Permalink
gh action compress fix
Browse files Browse the repository at this point in the history
  • Loading branch information
s0t7x committed Jun 26, 2024
1 parent be8df9e commit faa35f5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jobs:
name: win_x64
runs-on: windows-latest
steps:
- uses: actions/checkout
- uses: ilammy/msvc-dev-cmd
- uses: actions/checkout@v4
- uses: ilammy/msvc-dev-cmd@v1
- name: build_core
run: |
MSBuild "shroudtopia\shroudtopia.sln" /t:Build /p:Configuration=Release /p:OutDir="." /p:Platform=x64
Expand All @@ -19,13 +19,13 @@ jobs:
MSBuild "winmm\winmm.sln" /t:Build /p:Configuration=Release /p:OutDir="." /p:Platform=x64
shell: cmd
- name: upload_core
uses: actions/upload-artifact
uses: actions/upload-artifact@v4
with:
name: windows
path: |
shroudtopia.dll
- name: upload_proxy
uses: actions/upload-artifact
uses: actions/upload-artifact@v4
with:
name: windows
path: |
Expand Down

0 comments on commit faa35f5

Please sign in to comment.