Test
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…
Add table
Add a link
Reference in a new issue