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
|
||||
run: mkdir dist
|
||||
|
||||
- name: Compiling To Linux Target
|
||||
run: |
|
||||
cargo build -r
|
||||
mv target/release/${{ github.event.repository.name }} dist/${{ github.event.repository.name }}-linux-amd64
|
||||
#- name: Compiling To Linux Target
|
||||
# run: |
|
||||
# cargo build -r
|
||||
# mv target/release/${{ github.event.repository.name }} dist/${{ github.event.repository.name }}-linux-amd64
|
||||
|
||||
- name: Bundle .deb package
|
||||
id: deb_bundle
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue