ci(release): fix sample artifact name
This commit is contained in:
parent
cecfa246aa
commit
606b7fe54a
1 changed files with 2 additions and 1 deletions
3
.github/workflows/release-please.yml
vendored
3
.github/workflows/release-please.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue