Skip to content

Commit

Permalink
change artifacts output format
Browse files Browse the repository at this point in the history
  • Loading branch information
YoanWithY committed Aug 6, 2024
1 parent e147d22 commit 8d46821
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/cmake-single-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,8 @@ jobs:
- name: Build with CMakePresets
run: cmake --build --preset=default

- name: Package build output
run: |
$zipFile = "${{ github.workspace }}/build_output.zip"
Compress-Archive -Path "${{ github.workspace }}/build/Release/*" -DestinationPath $zipFile
- name: Upload build artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: build-output
path: ${{ github.workspace }}/build_output.zip
name: windows-x86-build
path: ${{ github.workspace }}/build/Release

0 comments on commit 8d46821

Please sign in to comment.