Skip to content
This repository has been archived by the owner on Aug 12, 2022. It is now read-only.

Commit

Permalink
Make built binaries public.
Browse files Browse the repository at this point in the history
  • Loading branch information
abizjak committed May 28, 2021
1 parent 2cfa789 commit e4890aa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cargo-concordium/linux-cargo-concordium.Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ pipeline {
unstash 'release'
sh '''\
# Push to s3
aws s3 cp "out/cargo-concordium" "${OUTFILE}"
aws s3 cp "out/cargo-concordium" "${OUTFILE}" --grants read=uri=http://acs.amazonaws.com/groups/global/AllUsers
'''.stripIndent()
}
}
Expand Down
2 changes: 1 addition & 1 deletion cargo-concordium/macos-cargo-concordium.Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ pipeline {
unstash 'release'
sh '''\
# Push to s3
aws s3 cp cargo-concordium/out/cargo-concordium ${OUTFILE}
aws s3 cp cargo-concordium/out/cargo-concordium ${OUTFILE} --grants read=uri=http://acs.amazonaws.com/groups/global/AllUsers
'''.stripIndent()
}
}
Expand Down
2 changes: 1 addition & 1 deletion cargo-concordium/windows-cargo-concordium.Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ pipeline {


# Push
aws s3 cp ./target/release/cargo-concordium.exe ${OUTFILE}
aws s3 cp ./target/release/cargo-concordium.exe ${OUTFILE} --grants read=uri=http://acs.amazonaws.com/groups/global/AllUsers
'''.stripIndent()
}
}
Expand Down

0 comments on commit e4890aa

Please sign in to comment.