mirror of
https://github.com/versia-pub/server.git
synced 2025-12-07 08:48: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 LICENSE bundle/
|
||||
cp -r SECURITY.md bundle/
|
||||
tar cfJ archive.tar.xz bundle/
|
||||
|
||||
- name: Upload
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: staging-dist
|
||||
path: bundle/
|
||||
path: archive.tar.xz
|
||||
|
|
|
|||
Loading…
Reference in a new issue