Skip to content

Commit

Permalink
Update upload path
Browse files Browse the repository at this point in the history
  • Loading branch information
Legend-Master committed Jan 15, 2024
1 parent 596e4b9 commit 035215d
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/build-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,19 +45,12 @@ jobs:
- name: Build
run: cargo +nightly build -Z build-std=std,panic_abort --target x86_64-unknown-linux-gnu --release

- run: |
ls -a
cd target
ls -a
cd release
ls -a
- uses: actions/upload-artifact@v4
with:
name: linux-client
path: ./target/release/client
path: ./target/x86_64-unknown-linux-gnu/release/client

- uses: actions/upload-artifact@v4
with:
name: linux-server
path: ./target/release/server
path: ./target/x86_64-unknown-linux-gnu/release/server

0 comments on commit 035215d

Please sign in to comment.