mirror of
https://github.com/TeamPiped/piped-proxy.git
synced 2024-08-14 23:50:45 +00:00
Upload piped-proxy artifact.
This commit is contained in:
parent
39d2c29365
commit
75d9fa9a30
1 changed files with 6 additions and 0 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
@ -20,3 +20,9 @@ jobs:
|
||||||
uses: ilammy/setup-nasm@v1.4.0
|
uses: ilammy/setup-nasm@v1.4.0
|
||||||
- name: Build
|
- name: Build
|
||||||
run: cargo build --release
|
run: cargo build --release
|
||||||
|
- run: mv target/release/piped-proxy piped-proxy
|
||||||
|
- name: Upload artifact
|
||||||
|
uses: actions/upload-artifact@v3
|
||||||
|
with:
|
||||||
|
name: piped-proxy
|
||||||
|
path: piped-proxy
|
||||||
|
|
Loading…
Reference in a new issue