Skip to content

Commit

Permalink
Update windows.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hermansimensen authored Nov 20, 2023
1 parent 5d832ad commit a21e04f
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,25 @@ jobs:
working-directory: build
run: |
python3 ../configure.py --hl2sdk-root "../" --gen=vs --vs-version 17
MSBuild cs2desubtick.vcxproj /p:Configuration=Release /p:Platform=x64
MSBuild cs2desubtick.vcxproj /O2
- name: Make package
working-directory: build
run: |
COPY cs2desubtick.vdf addons/metamod/
COPY "cs2desubtick - Default/cs2desubtick.dll" addons/cs2desubtick/bin/win64/
- name: Upload Artifact
uses: actions/upload-artifact@v2
with:
name: desubtick
path: |
build/package
build
!.vs
!"cs2desubtick -Default"
!cs2desubtick.vcxproj
!.github
!.git
!.gitattributes
!.cache
!pdblog.txt

0 comments on commit a21e04f

Please sign in to comment.