Skip to content

Commit

Permalink
fix: artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
roflmuffin committed Oct 7, 2023
1 parent a9e79e5 commit e08ec35
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/cmake-single-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/

0 comments on commit e08ec35

Please sign in to comment.