You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running build_tarballs.jl with a --deploy=local option, the resulting Artifact.toml has the artifact download url set to something like this: https://github.com/local/releases/download/MyPkg-v0.2.1+1/MyPkg.v0.2.1.aarch64-apple-darwin.tar.gz
Now the right value here is unkown so it's not clear what should happen. Maybe some more affordances to let the user know that this value should be changed? https://github.com/CHANGE/ME/releases/downloads.... . The current value is plausible enough to be dangerous, IMO.
The text was updated successfully, but these errors were encountered:
When running
build_tarballs.jl
with a--deploy=local
option, the resultingArtifact.toml
has the artifact download url set to something like this:https://github.com/local/releases/download/MyPkg-v0.2.1+1/MyPkg.v0.2.1.aarch64-apple-darwin.tar.gz
Now the right value here is unkown so it's not clear what should happen. Maybe some more affordances to let the user know that this value should be changed?
https://github.com/CHANGE/ME/releases/downloads....
. The current value is plausible enough to be dangerous, IMO.The text was updated successfully, but these errors were encountered: