Test
Some checks failed
Run Tests on Code / run-tests (push) Successful in 14s
Build binary file and bundle packages / test (pull_request) Successful in 14s
Build binary file and bundle packages / build (pull_request) Failing after 4s
Build binary file and bundle packages / test-env (pull_request) Has been skipped
Some checks failed
Run Tests on Code / run-tests (push) Successful in 14s
Build binary file and bundle packages / test (pull_request) Successful in 14s
Build binary file and bundle packages / build (pull_request) Failing after 4s
Build binary file and bundle packages / test-env (pull_request) Has been skipped
This commit is contained in:
parent
7f5c4c6230
commit
198cc44850
1 changed files with 4 additions and 4 deletions
|
@ -47,10 +47,10 @@ jobs:
|
||||||
- name: Prepare build environment
|
- name: Prepare build environment
|
||||||
run: mkdir dist
|
run: mkdir dist
|
||||||
|
|
||||||
- name: Compiling To Linux Target
|
#- name: Compiling To Linux Target
|
||||||
run: |
|
# run: |
|
||||||
cargo build -r
|
# cargo build -r
|
||||||
mv target/release/${{ github.event.repository.name }} dist/${{ github.event.repository.name }}-linux-amd64
|
# mv target/release/${{ github.event.repository.name }} dist/${{ github.event.repository.name }}-linux-amd64
|
||||||
|
|
||||||
- name: Bundle .deb package
|
- name: Bundle .deb package
|
||||||
id: deb_bundle
|
id: deb_bundle
|
||||||
|
|
Loading…
Reference in a new issue