[_]
This commit is contained in:
parent
457828ce0c
commit
424c387dbc
2 changed files with 1 additions and 3 deletions
2
.github/workflows/pr-receive.yml
vendored
2
.github/workflows/pr-receive.yml
vendored
|
|
@ -18,7 +18,7 @@ jobs:
|
|||
echo ${{ github.event.number }} > ./pr/NR
|
||||
echo ${{ github.event.pull_request.head.sha }} > ./pr/SHA
|
||||
|
||||
- uses: actions/upload-artifact@v2
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: pr
|
||||
path: pr/
|
||||
|
|
|
|||
2
Makefile
2
Makefile
|
|
@ -154,7 +154,6 @@ artifacts-linux: clean
|
|||
# Packing
|
||||
mkdir -p .tmp/data/xgen
|
||||
cp -r ./ui .tmp/data/ui
|
||||
cp -r ../xgen-v0.9/dist .tmp/data/xgen/v0.9
|
||||
cp -r ../xgen-v1.0/packages/setup/build .tmp/data/xgen/setup
|
||||
cp -r ../xgen-v1.0/packages/xgen/dist .tmp/data/xgen/v1.0
|
||||
cp -r ../yao-init .tmp/data/init
|
||||
|
|
@ -204,7 +203,6 @@ artifacts-macos: clean
|
|||
# Packing
|
||||
mkdir -p .tmp/data/xgen
|
||||
cp -r ./ui .tmp/data/ui
|
||||
cp -r ../xgen-v0.9/dist .tmp/data/xgen/v0.9
|
||||
cp -r ../xgen-v1.0/packages/setup/build .tmp/data/xgen/setup
|
||||
cp -r ../xgen-v1.0/packages/xgen/dist .tmp/data/xgen/v1.0
|
||||
cp -r ../yao-init .tmp/data/init
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue