Skip to content

Commit

Permalink
ci(release): fix sample artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
nekowinston committed Aug 24, 2023
1 parent cecfa24 commit 606b7fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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

0 comments on commit 606b7fe

Please sign in to comment.