Skip to content

Commit

Permalink
Update create_release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
F0903 committed Aug 28, 2023
1 parent 86551ec commit cd9c11f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: cargo build --verbose --release
- name: Set version
id: set_version
run: echo "$(./target/release/dr-downloader-cli.exe version no-newline)" && echo "version=$(./target/release/dr-downloader-cli.exe version no-newline)" >> $GITHUB_OUTPUT
run: echo "$(./target/release/dr-downloader-cli.exe version no-newline no-flush)" && echo "version=$(./target/release/dr-downloader-cli.exe version no-newline no-flush)" >> $GITHUB_OUTPUT
- name: Create release
uses: softprops/action-gh-release@v1
with:
Expand Down

0 comments on commit cd9c11f

Please sign in to comment.