fix: more descriptive name, plus dockerfile (#37) #13
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Create Rust Release | |
on: | |
push: | |
branches: | |
- main | |
paths: | |
- 'Cargo.toml' | |
permissions: # these permissions are required for the actions to run | |
contents: write | |
jobs: | |
auto-release: | |
uses: init4tech/actions/.github/workflows/auto-release-rust.yml@main | |
with: | |
binary-name: 'zenith-builder-example' |