Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zenuo committed Jul 17, 2024
1 parent 303e076 commit 7cef579
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/ci_server_and_web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,18 +128,17 @@ jobs:
ls -lh
cd gogo-server
cargo build --release --target ${{ env.RUST_TARGET }}
- name: Package
run: |
ls -lh
mkdir package
cp ./gogo-server/config.json package/
cp ./gogo-server/target/x86_64-unknown-linux-musl/release/gogo-server package/
- name: Download web package
uses: actions/download-artifact@v4
with:
name: gogo-web
path: package/
- name: Package common
run: |
ls -lh
mkdir package
cp ./gogo-server/config.json package/
cp -r ./gogo-web package/
cp ./gogo-server/target/x86_64-unknown-linux-musl/release/gogo-erver package/
- name: Archive artifacts
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 7cef579

Please sign in to comment.