Skip to content

Commit f45f504

Browse files
committed
build
1 parent c51c430 commit f45f504

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/rust.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,12 @@ jobs:
2929
- run: cargo install cargo-deb
3030
- uses: actions/checkout@v2
3131
- name: DEB packaging
32-
run: cargo deb -p doh
32+
run: cargo deb -p doh
33+
- uses: "marvinpinto/action-automatic-releases@latest"
34+
with:
35+
repo_token: "${{ secrets.GITHUB_TOKEN }}"
36+
automatic_release_tag: "latest"
37+
prerelease: true
38+
title: "Development Build"
39+
files: |
40+
target/debian/doh_0.1.0-1_amd64.deb

0 commit comments

Comments
 (0)