mirror of
https://github.com/versia-pub/server.git
synced 2025-12-08 01:08:19 +01:00
fix: staging bundle
This commit is contained in:
parent
2f46e75659
commit
4e6e3425ce
3
.github/workflows/staging.yml
vendored
3
.github/workflows/staging.yml
vendored
|
|
@ -41,9 +41,10 @@ jobs:
|
||||||
cp -r flake.lock bundle/
|
cp -r flake.lock bundle/
|
||||||
cp -r LICENSE bundle/
|
cp -r LICENSE bundle/
|
||||||
cp -r SECURITY.md bundle/
|
cp -r SECURITY.md bundle/
|
||||||
|
tar cfJ archive.tar.xz bundle/
|
||||||
|
|
||||||
- name: Upload
|
- name: Upload
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: staging-dist
|
name: staging-dist
|
||||||
path: bundle/
|
path: archive.tar.xz
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue