From 4a6b5939d8b31e723566f326a00c9048bf8b687c Mon Sep 17 00:00:00 2001 From: Erin Schnabel Date: Thu, 26 Oct 2023 23:51:19 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Include=20examples=20in=20releas?= =?UTF-8?q?e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: