We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f56d711 commit 8c9ef6cCopy full SHA for 8c9ef6c
.github/workflows/rust.yml
@@ -53,6 +53,7 @@ jobs:
53
54
- name: Achive(windows)
55
if: matrix.os == 'windows-latest'
56
+ shell: bash
57
run: |
58
echo "ASSET=./src/target/release/code-dao-service.exe" >> $GITHUB_ENV
59
echo "ASSET_NAME=code-dao-service.exe" >> $GITHUB_ENV
0 commit comments