ci: Use dist dir for artifact download
This commit is contained in:
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 }}
|
||||
|
||||
Reference in New Issue
Block a user