mirror of
https://github.com/catppuccin/gitea.git
synced 2026-03-11 14:44:23 +00:00
ci: Use dist dir for artifact download
This commit is contained in:
parent
b9c8ac26e3
commit
04d676d139
1 changed files with 1 additions and 0 deletions
1
.github/workflows/release-deploy.yml
vendored
1
.github/workflows/release-deploy.yml
vendored
|
|
@ -50,6 +50,7 @@ jobs:
|
|||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: css
|
||||
path: "dist/"
|
||||
|
||||
- name: Create tarball
|
||||
if: ${{ steps.release.outputs.release_created }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue