diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6c501209b..23e05f8c2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,7 +30,7 @@ env: jobs: main-root: runs-on: ubuntu-latest - if: "github.ref == 'refs/heads/main' && github.repository == 'ebullient/ttrpg-convert-cli'" + if: github.ref == 'refs/heads/main' && github.repository == 'ebullient/ttrpg-convert-cli' steps: - name: Echo a message id: is-main-root @@ -106,6 +106,7 @@ jobs: with: dry_run: ${{ inputs.dry_run }} version: ${{ needs.build_tag.outputs.version }} + extras: "${{ needs.build_tag.outputs.artifact }}-${{ needs.build_tag.outputs.version }}-examples.zip" secrets: inherit release-prep-next: