Skip to content

Commit

Permalink
Fixing docker workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
EPICGameGuy committed Dec 30, 2023
1 parent a506cc5 commit b5493c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ jobs:
- name: Compile ps2 engine
run: |
compile.sh
chmod +x ./compile.sh
./compile.sh
- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit b5493c3

Please sign in to comment.