File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33set -euo pipefail
44
5- archive_dir=" dist/ archive"
5+ archive_dir=" archive"
66
77mkdir -p " $archive_dir "
88cp pack.toml index.toml " $archive_dir /"
Original file line number Diff line number Diff line change 6969 deploy_key : ${{ secrets.MANIFEST_DEPLOY_KEY }}
7070 external_repository : ${{ env.ARCHIVE_REPO }}
7171 publish_branch : ${{ env.ARCHIVE_BRANCH }}
72- publish_dir : dist/ archive
72+ publish_dir : archive
7373 destination_dir : archives/nightly
7474 user_name : ' github-actions[bot]'
7575 user_email : ' github-actions[bot]@users.noreply.github.com'
Original file line number Diff line number Diff line change 7070 deploy_key : ${{ secrets.MANIFEST_DEPLOY_KEY }}
7171 external_repository : ${{ env.ARCHIVE_REPO }}
7272 publish_branch : ${{ env.ARCHIVE_BRANCH }}
73- publish_dir : dist/ archive
73+ publish_dir : archive
7474 destination_dir : archives/releases/${{ env.VERSION }}
7575 user_name : ' github-actions[bot]'
7676 user_email : ' github-actions[bot]@users.noreply.github.com'
You can’t perform that action at this time.
0 commit comments