Skip to content

Commit

Permalink
reenable mac workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gamcil committed Dec 6, 2023
1 parent 72b115a commit 57a3c2f
Showing 1 changed file with 16 additions and 19 deletions.
35 changes: 16 additions & 19 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,7 @@ jobs:
upload_artifacts:
name: Upload Artifacts
runs-on: ubuntu-latest
needs: [build_ubuntu, build_ubuntu_cross]
#needs: [build_macos, build_ubuntu, build_ubuntu_cross]
needs: [build_macos, build_ubuntu, build_ubuntu_cross]
if: github.event_name != 'pull_request'
steps:
- uses: actions/checkout@v4
Expand All @@ -182,17 +181,17 @@ jobs:
cp -f README.md LICENSE.md foldmason
mkdir foldmason/bin
#- name: Download foldmason-darwin-universal Artifact
# uses: actions/download-artifact@v3
# with:
# name: foldmason-darwin-universal
# path: foldmason/bin
- name: Download foldmason-darwin-universal Artifact
uses: actions/download-artifact@v3
with:
name: foldmason-darwin-universal
path: foldmason/bin

#- name: Set Executable Permissions on macOS Binary
# run: chmod +x foldmason/bin/foldmason
- name: Set Executable Permissions on macOS Binary
run: chmod +x foldmason/bin/foldmason

#- name: Archive macOS Binary
# run: tar -czvf foldmason-osx-universal.tar.gz -C foldmason .
- name: Archive macOS Binary
run: tar -czvf foldmason-osx-universal.tar.gz -C foldmason .

- name: Download foldmason-linux-SSE4_1 Artifact
uses: actions/download-artifact@v3
Expand All @@ -216,13 +215,11 @@ jobs:
# mkdir -p $HOME/.ssh && mv secretKeyPleaseDontSteal $HOME/.ssh/id_rsa
# chmod 700 $HOME/.ssh && chmod 600 $HOME/.ssh/id_rsa
# ssh-keygen -f $HOME/.ssh/id_rsa -y > $HOME/.ssh/id_rsa.pub
# cp mmseqs/userguide.pdf userguide.pdf
# ssh-keygen -Y sign -f $HOME/.ssh/id_rsa -n file userguide.pdf mmseqs-osx-universal.tar.gz mmseqs-linux-sse2.tar.gz mmseqs-linux-sse41.tar.gz mmseqs-linux-avx2.tar.gz mmseqs-linux-arm64.tar.gz mmseqs-linux-ppc64le-power8.tar.gz mmseqs-linux-ppc64le-power9.tar.gz mmseqs-win64.zip
# ssh-keygen -Y sign -f $HOME/.ssh/id_rsa -n file foldmason-osx-universal.tar.gz foldmason-linux-sse2.tar.gz foldmason-linux-sse41.tar.gz foldmason-linux-avx2.tar.gz foldmason-linux-arm64.tar.gz
# curl --retry 5 --retry-all-errors -X POST \
# -F file[][email protected] -F signature[][email protected] \
# -F file[][email protected] -F signature[][email protected] \
# -F file[][email protected] -F signature[][email protected] \
# -F file[][email protected] -F signature[][email protected] \
# -F file[][email protected] -F signature[][email protected] \
# -F file[][email protected] -F signature[][email protected] \
# -F file[][email protected] -F signature[]=@mmseqs-linux-pp
# -F file[][email protected] -F signature[][email protected] \
# -F file[][email protected] -F signature[][email protected] \
# -F file[][email protected] -F signature[][email protected] \
# -F file[][email protected] -F signature[][email protected] \
# -F file[][email protected] -F signature[][email protected]

0 comments on commit 57a3c2f

Please sign in to comment.