Skip to content

Commit 1a0adf7

Browse files
Fixed Workflows
1 parent be54333 commit 1a0adf7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
1515
- name: Run Build Script
1616
run: |
17-
chmod +x ./build.sh
18-
./buid.sh buildsave
17+
chmod +x $GITHUB_WORKSPACE/build.sh
18+
$GITHUB_WORKSPACE/build.sh buildsave
1919
2020
- name: Save Compiled Binary
2121
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)