mirror of
https://github.com/catppuccin/gitea.git
synced 2025-07-09 02:44:05 -04:00
ci(release): fix sample artifact name
This commit is contained in:
parent
cecfa246aa
commit
606b7fe54a
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…
x
Reference in New Issue
Block a user