Archive todos binary before building deb pkg
This commit is contained in:
parent
5f87d3d7a5
commit
2cbd5d60c4
1 changed files with 4 additions and 4 deletions
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
|
|
@ -31,15 +31,15 @@ jobs:
|
||||||
echo 'Type=Application' >> iced-todos.desktop
|
echo 'Type=Application' >> iced-todos.desktop
|
||||||
- name: Build todos binary
|
- name: Build todos binary
|
||||||
run: cargo build --verbose --release --example todos
|
run: cargo build --verbose --release --example todos
|
||||||
- name: Build todos .deb package
|
|
||||||
run: cargo deb --variant todos -- --example todos
|
|
||||||
- name: Rename todos .deb package
|
|
||||||
run: mv target/debian/*.deb target/debian/iced_todos-x86_64-debian-linux-gnu.deb
|
|
||||||
- name: Archive todos binary
|
- name: Archive todos binary
|
||||||
uses: actions/upload-artifact@v1
|
uses: actions/upload-artifact@v1
|
||||||
with:
|
with:
|
||||||
name: todos-x86_64-unknown-linux-gnu
|
name: todos-x86_64-unknown-linux-gnu
|
||||||
path: target/release/examples/todos
|
path: target/release/examples/todos
|
||||||
|
- name: Build todos .deb package
|
||||||
|
run: cargo deb --variant todos -- --example todos
|
||||||
|
- name: Rename todos .deb package
|
||||||
|
run: mv target/debian/*.deb target/debian/iced_todos-x86_64-debian-linux-gnu.deb
|
||||||
- name: Archive todos .deb package
|
- name: Archive todos .deb package
|
||||||
uses: actions/upload-artifact@v1
|
uses: actions/upload-artifact@v1
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue