We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c51c430 commit f45f504Copy full SHA for f45f504
.github/workflows/rust.yml
@@ -29,4 +29,12 @@ jobs:
29
- run: cargo install cargo-deb
30
- uses: actions/checkout@v2
31
- name: DEB packaging
32
- run: cargo deb -p doh
+ 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