From 606b7fe54a5cc192c23643001e7767bed48fa0ef Mon Sep 17 00:00:00 2001 From: winston Date: Thu, 24 Aug 2023 22:56:43 +0200 Subject: [PATCH] ci(release): fix sample artifact name --- .github/workflows/release-please.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index aae2765..caad9f4 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -18,6 +18,7 @@ jobs: release-type: simple - uses: actions/checkout@v3 + if: ${{ steps.release.outputs.release_created }} - uses: denoland/setup-deno@v1 if: ${{ steps.release.outputs.release_created }} @@ -36,4 +37,4 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: - gh release upload ${{ steps.release.outputs.tag_name }} ./artifact/some-build-artifact.zip + gh release upload ${{ steps.release.outputs.tag_name }} ./catppuccin-gitea.tar.gz