mirror of
https://github.com/roflmuffin/CounterStrikeSharp.git
synced 2025-12-05 23:58:24 -08:00
fix: artifacts
This commit is contained in:
7
.github/workflows/cmake-single-platform.yml
vendored
7
.github/workflows/cmake-single-platform.yml
vendored
@@ -25,7 +25,10 @@ jobs:
|
||||
# Build your program with the given configuration
|
||||
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
|
||||
|
||||
- name: Clean build directory
|
||||
run: mkdir --parents build/output/; mv build/addons $_
|
||||
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: counterstrikesharp-${{ env.GITHUB_SHA_SHORT }}
|
||||
path: build/addons
|
||||
name: counterstrikesharp-${GITHUB_SHA::7}
|
||||
path: build/output/
|
||||
|
||||
Reference in New Issue
Block a user