Skip to content

Commit

Permalink
fix: artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
frangarcj committed Jul 31, 2023
1 parent 2bd6c22 commit ce80bee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compilation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
if: ${{ success() }}
uses: actions/upload-artifact@v2
with:
name: nopsmdrm.skprx.vpk
name: nopsmdrm.skprx
path: build/nopsmdrm.skprx
- uses: svenstaro/upload-release-action@v2
if: contains(github.ref,'refs/tags')
Expand Down

0 comments on commit ce80bee

Please sign in to comment.