Skip to content

Commit

Permalink
update yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hzqst committed Jan 8, 2024
1 parent 91ab8c1 commit 246b864
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Remove placeholder
working-directory: ${{env.GITHUB_WORKSPACE}}
run: rm "build\addons\metamod\dlls\.placeholder"
run: rm -f build/addons/metamod/dlls/.placeholder

- name: Archive the build directory
uses: thedoctor0/zip-release@main
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ jobs:
working-directory: ${{env.GITHUB_WORKSPACE}}
run: |
cd scripts
call build-all-win32.bat
build-all-win32.bat
shell: cmd

- name: Remove placeholder
working-directory: ${{env.GITHUB_WORKSPACE}}
Expand Down

0 comments on commit 246b864

Please sign in to comment.