Skip to content

Commit

Permalink
Update windows workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pivotiiii committed Apr 26, 2024
1 parent dbf2fca commit 6691ca2
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,13 @@ jobs:
working-directory: ${{github.workspace}}/build_${{matrix.arch}}
run: cpack -G ZIP -C ${{env.BUILD_TYPE}}

- name: Copy files to be uploaded to root
shell: bash
run: |
cp -r ${{github.workspace}}/build_${{matrix.arch}}/_CPack_Packages/*/ZIP/* ${{github.workspace}}/dist
rm ${{github.workspace}}/dist/*.zip
- name: Upload a Build Artifact
uses: actions/[email protected]
with:
name: nsui_banner_fixer_CPACK_${{env.BUILD_TYPE}}_${{matrix.arch}}
path: ${{github.workspace}}/dist/*
path: |
${{github.workspace}}/build_${{matrix.arch}}/_CPack_Packages/win32/ZIP/*
${{github.workspace}}/build_${{matrix.arch}}/_CPack_Packages/win64/ZIP/*
!${{github.workspace}}/build_${{matrix.arch}}/_CPack_Packages/*/ZIP/*.zip
if-no-files-found: ignore

0 comments on commit 6691ca2

Please sign in to comment.