diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b31cc67..88b6f07 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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