Skip to content

Commit

Permalink
Update ccpp_win_deps.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
J-DRD authored Nov 18, 2024
1 parent 44df095 commit b08a551
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ccpp_win_deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- debug_win
- master

jobs:
build_dep:
Expand All @@ -20,7 +21,7 @@ jobs:
cmake .. -G "Visual Studio 16 2019" -A x64
msbuild /m ALL_BUILD.vcxproj
- name: Upload artifact
uses: actions/upload-artifact@v1.0.0
uses: actions/upload-artifact@v3.0.0
with:
name: deps_win
path: ./deps/build/destdir/
Expand All @@ -40,7 +41,7 @@ jobs:
run: (Get-Content version.inc) | Foreach-Object {$_ -replace "\+UNKNOWN", ("_" + [datetime]::Today.ToString("yyyy-MM-dd"))} | Set-Content version.inc
- run: mkdir deps/destdir
- name: download deps
uses: actions/download-artifact@v1
uses: actions/download-artifact@v3
with:
name: deps_win
path: deps/destdir
Expand Down Expand Up @@ -112,7 +113,7 @@ jobs:
# shell: cmd
# run: '"C:/Program Files/7-Zip/7z.exe" a -tzip nightly.zip *'
- name: Upload artifact
uses: actions/upload-artifact@v1.0.0
uses: actions/upload-artifact@v3.0.0
with:
name: nightly_win64
path: build/package/

0 comments on commit b08a551

Please sign in to comment.