File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 - name : update-release
2222 run : |
2323 for TOOL in genoStats pileupCaller vcf2eigenstrat; do
24- .github/workflows/upload-github-release-asset.sh github_api_token=${{ secrets.GITHUB_TOKEN }} owner=stschiff repo=sequenceTools tag=$(basename $GITHUB_REF) filename=$TOOL-linux
24+ bash .github/workflows/upload-github-release-asset.sh github_api_token=${{ secrets.GITHUB_TOKEN }} owner=stschiff repo=sequenceTools tag=$(basename $GITHUB_REF) filename=$TOOL-linux
2525 done
2626 build-on-mac :
2727 runs-on : macos-latest
3838 run : |
3939 for TOOL in genoStats pileupCaller vcf2eigenstrat; do
4040 cp .local/bin/$TOOL $TOOL-macOS
41- .github/workflows/upload-github-release-asset.sh github_api_token=${{ secrets.GITHUB_TOKEN }} owner=stschiff repo=sequenceTools tag=$(basename $GITHUB_REF) filename=$TOOL-macOS
41+ bash .github/workflows/upload-github-release-asset.sh github_api_token=${{ secrets.GITHUB_TOKEN }} owner=stschiff repo=sequenceTools tag=$(basename $GITHUB_REF) filename=$TOOL-macOS
4242 done
Original file line number Diff line number Diff line change @@ -61,4 +61,4 @@ echo "Uploading asset... "
6161# Construct url
6262GH_ASSET=" https://uploads.github.com/repos/$owner /$repo /releases/$id /assets?name=$( basename $filename ) "
6363
64- curl " $GITHUB_OAUTH_BASIC " --data-binary @" $filename " -H " Authorization: token $github_api_token " -H " Content-Type: application/octet-stream" $GH_ASSET
64+ curl " $GITHUB_OAUTH_BASIC " --data-binary @" $filename " -H " Authorization: token $github_api_token " -H " Content-Type: application/octet-stream" $GH_ASSET
You can’t perform that action at this time.
0 commit comments