1
0
Fork 0
mirror of https://github.com/JasonN3/build-container-installer.git synced 2025-12-25 10:57:55 +01:00

fix: put chmod back to original value

lowercase x causes issues on the host when running the docker container
This commit is contained in:
Noel Miller 2024-03-13 22:35:52 -05:00 committed by GitHub
parent 4ae7d1893c
commit 74b910adbb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -36,4 +36,4 @@ mkdir /github/workspace/build || true
# Copy resulting iso to github workspace and fix permissions # Copy resulting iso to github workspace and fix permissions
cp build/deploy.iso /github/workspace/build cp build/deploy.iso /github/workspace/build
chmod -R ugo=rwx /github/workspace/build chmod -R ugo=rwX /github/workspace/build