Skip to content

Commit c96459c

Browse files
committed
update archive directory path in workflows and scripts
1 parent 63b24b1 commit c96459c

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/scripts/archive.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -euo pipefail
44

5-
archive_dir="dist/archive"
5+
archive_dir="archive"
66

77
mkdir -p "$archive_dir"
88
cp pack.toml index.toml "$archive_dir/"

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
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'

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
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'

0 commit comments

Comments
 (0)