We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a446b8a commit 281e853Copy full SHA for 281e853
.github/workflows/build.yml
@@ -15,4 +15,4 @@ jobs:
15
- name: checkout
16
uses: actions/checkout@v3
17
- name: build
18
- uses: bash run.sh amd64 ./build.sh
+ run: ./run.sh amd64 ./build.sh
0 commit comments