Skip to content

Commit

Permalink
CI: Fix wrong artifact path
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikusch committed Feb 22, 2024
1 parent 171bb88 commit e426c3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
tag: ${{ steps.setup_sp.outputs.plugin-version }}
artifacts: "addons/sourcemod/${{ github.event.repository.name }}.zip"
artifacts: ${{ github.event.repository.name }}.zip
draft: true
allowUpdates: true
updateOnlyUnreleased: true
Expand Down

0 comments on commit e426c3c

Please sign in to comment.