Compare commits
2 Commits
main
...
ci/release
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
04d676d139 | ||
|
|
b9c8ac26e3 |
13
.github/workflows/release-deploy.yml
vendored
13
.github/workflows/release-deploy.yml
vendored
@@ -22,6 +22,12 @@ jobs:
|
||||
uses: "actions/upload-pages-artifact@v3"
|
||||
with:
|
||||
path: "dist/"
|
||||
|
||||
- name: Upload produced css
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: css
|
||||
path: "dist/"
|
||||
|
||||
release:
|
||||
needs: "build"
|
||||
@@ -38,6 +44,13 @@ jobs:
|
||||
uses: "google-github-actions/release-please-action@v3"
|
||||
with:
|
||||
release-type: "simple"
|
||||
draft: true
|
||||
|
||||
- name: Download a single artifact
|
||||
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