Skip to content

Commit

Permalink
[CI] updated upload stage.
Browse files Browse the repository at this point in the history
  • Loading branch information
TheVice committed Jan 28, 2024
1 parent 4517137 commit 60bdf80
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,12 +187,12 @@ jobs:
& "zstd" --ultra -22 $path.FullName -o $outputPath
}
- name: Upload binaries
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.os }}-${{ matrix.compiler }}-${{ matrix.optimized && 'release' || 'debug' }}-${{ matrix.target_platform }}
retention-days: 1
path: ${{ env.BINARY_PATH }}/*.zst
# - name: Upload binaries
# uses: actions/upload-artifact@v4
# with:
# name: ${{ matrix.os }}-${{ matrix.compiler }}-${{ matrix.optimized && 'release' || 'debug' }}-${{ matrix.target_platform }}
# retention-days: 1
# path: ${{ env.BINARY_PATH }}/*.zst


- name: Download and unpack Google Test
Expand Down Expand Up @@ -248,3 +248,4 @@ jobs:
path: |
${{ env.GOOGLETEST_BUILD }}
${{ env.PUGIXML_BUILD }}
${{ env.BINARY_PATH }}/*.zst

0 comments on commit 60bdf80

Please sign in to comment.