-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
16 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 | ||
|
@@ -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] |