We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47f27e9 commit 403a36fCopy full SHA for 403a36f
.github/workflows/build-app.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Install dependencies
16
run: go get .
17
- name: Build
18
- run: sh ./build.bash
+ run: ./build.bash
19
- name: Upload builds
20
uses: actions/upload-artifact@v4
21
with:
0 commit comments