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:
parent
4ae7d1893c
commit
74b910adbb
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue