Skip to content

Commit

Permalink
changed attributes for compiled binary
Browse files Browse the repository at this point in the history
  • Loading branch information
art-divin committed Jan 15, 2024
1 parent 427735c commit 1c22c12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release_Ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
FILENAME="sourcery-${TAG}-${SUFFIX}"
pushd $BUILD_DIR
chmod a+x sourcery
mv sourcery "${HOME}/${FILENAME}"
popd
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release_macOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ jobs:
lipo -create -output $path_to_sourcery_binary ${BUILD_DIR}arm64-apple-macosx/release/sourcery ${BUILD_DIR}x86_64-apple-macosx/release/sourcery
strip -rSTX ${path_to_sourcery_binary}
chmod a+x $path_to_sourcery_binary
cp $path_to_sourcery_binary "${ARTIFACT_BUNDLE_PATH}sourcery/bin/"
pushd $CLI_DIR
Expand Down

0 comments on commit 1c22c12

Please sign in to comment.