Skip to content

Commit

Permalink
Update msbuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
issuimo committed Jan 2, 2024
1 parent e37d61c commit ba3ca26
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,14 @@ jobs:
- name: Removing unused files
shell: cmd
run: |
rm -rf ./build/Temp
rm -rf ./build/*.pdb
rm -rf ./build/*.exp
rm -rf ./build/*.lib
rm -rf ./build/release/net8.0-windows10.0.20348.0/*.pdb
rm -rf ./build/release/net8.0-windows10.0.20348.0/*.exp
rm -rf ./build/release/net8.0-windows10.0.20348.0/*.lib
- name: Upload Cheat latest artifact
uses: actions/upload-artifact@v3.1.0
with:
name: release
path: ./Build/*
path: ./Build/release/net8.0-windows10.0.20348.0/*
if-no-files-found: error

0 comments on commit ba3ca26

Please sign in to comment.