Skip to content

Commit

Permalink
[GHA] Try distro build on macosx to check if JustJ issues is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
BoykoAlex committed Feb 12, 2024
1 parent 81f1668 commit 45f8fe0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/scripts/sign-osx-distro-file.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ do
done

# These end being inside osx distro tar.gz file built on Linux
rm -rf ${dir}/${destination_folder_name}/SpringToolSuite4.app/plugins
rm -rf ${dir}/${destination_folder_name}/SpringToolSuite4.app/p2
rm -f ${dir}/${destination_folder_name}/SpringToolSuite4.app/artifacts.xml
#rm -rf ${dir}/${destination_folder_name}/SpringToolSuite4.app/plugins
#rm -rf ${dir}/${destination_folder_name}/SpringToolSuite4.app/p2
#rm -f ${dir}/${destination_folder_name}/SpringToolSuite4.app/artifacts.xml

# Sign the app
ls -la ${dir}/${destination_folder_name}/SpringToolSuite4.app/
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/gh-hosted-eclipse-distro-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ on:
jobs:

eclipse-distro-build:
runs-on: ubuntu-latest
runs-on: macos-latest
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
with:
Expand Down Expand Up @@ -144,8 +144,11 @@ jobs:
rm -rf extracted
echo "Generate checksums for ${file}"
# shasum -a 256 $file > ${file}.sha256
# md5sum $file > ${file}.md5
shasum -a 256 $file > ${file}.sha256
md5sum $file > ${file}.md5
md5 $file > ${file}.md5

done
echo "Processing S3 update..."
dist_path=${{ steps.s3-paths.outputs.dist_path }}
Expand Down

0 comments on commit 45f8fe0

Please sign in to comment.