ci(release): fix sample artifact name

main
winston 2023-08-24 22:56:43 +02:00
parent cecfa246aa
commit 606b7fe54a
No known key found for this signature in database
GPG Key ID: 3786770EDBC2B481
1 changed files with 2 additions and 1 deletions

View File

@ -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