Skip to content

Commit

Permalink
chmod provision build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
JaciBrunning committed Aug 19, 2024
1 parent 1083030 commit c19c93c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
chmod +x docker-build.sh && ./docker-build.sh
- name: Build ISO
run: |
chmod +x docker-build-provision.sh && ./docker-build-provision.sh
chmod +x docker-build-provision.sh && chmod +x ./provision/build.sh && ./docker-build-provision.sh
- uses: actions/upload-artifact@v3
with:
name: JMS Installer
Expand Down

0 comments on commit c19c93c

Please sign in to comment.