fix: artifacts

This commit is contained in:
Roflmuffin
2023-10-07 17:57:21 +10:00
parent a9e79e57da
commit e08ec35b5a

View File

@@ -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/