Skip to content

Commit

Permalink
- trying fix
Browse files Browse the repository at this point in the history
  • Loading branch information
iulianpascalau committed Sep 9, 2024
1 parent 8219c5d commit c777eba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
echo "ARCHIVE=${ARCHIVE}" >> $GITHUB_ENV
sudo chown -R $USER: ${BUILD_DIR}
sudo chattr -i -R ${BUILD_DIR} # remove the synchronized attribute
chmod -R 664 ${BUILD_DIR}
zip -r -j ${ARCHIVE} ${BUILD_DIR}
Expand Down

0 comments on commit c777eba

Please sign in to comment.