Skip to content

Commit

Permalink
- fixed the release files permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
iulianpascalau committed Sep 6, 2024
1 parent f93c99a commit 67a7cfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
echo "ARCHIVE=${ARCHIVE}" >> $GITHUB_ENV
sudo chown -R $USER: ${BUILD_DIR}
chmod -R 755 ${BUILD_DIR}
chmod -R 664 ${BUILD_DIR}
ls -al ${BUILD_DIR}
zip -r -j ${ARCHIVE} ${BUILD_DIR}
Expand Down

0 comments on commit 67a7cfb

Please sign in to comment.