Skip to content

Commit

Permalink
nightly upload: fix publish path
Browse files Browse the repository at this point in the history
  • Loading branch information
neolynx committed Apr 15, 2024
1 parent 2f1979a commit 24f607b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upload-artifacts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ if [ "$action" = "nightly" ]; then
fi

aptly_repository=aptly-nightly-$dist
aptly_published=s3:repo.aptly.info:./nightly-$dist
aptly_published=s3:repo.aptly.info:nightly-$dist

echo "Adding packages to $aptly_repository..."
curl -fsS -X POST -u $aptly_user:$aptly_password ${aptly_api}/api/repos/$aptly_repository/file/$folder
Expand Down

0 comments on commit 24f607b

Please sign in to comment.