Skip to content

Commit

Permalink
Update assembly-c.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Minionguyjpro authored Oct 22, 2023
1 parent b9c5562 commit 84a6e5c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/assembly-c.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Run build script
run: ./build.sh
run: |
chmod +x ./build.sh
./build.sh
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 84a6e5c

Please sign in to comment.