Skip to content

Commit b3bdf65

Browse files
committed
Move release scripts
1 parent 5c07ee3 commit b3bdf65

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
STAGING="scarb-${{ github.ref_name }}-${{ matrix.target }}"
9999
echo "STAGING=$STAGING" >> $GITHUB_ENV
100100
101-
ci/package-release.sh "${{ matrix.target }}" "$STAGING"
101+
pkg/archive/package.sh "${{ matrix.target }}" "$STAGING"
102102
103103
- name: Upload artifact
104104
uses: actions/upload-artifact@v3
@@ -139,7 +139,7 @@ jobs:
139139
shell: bash
140140
run: |
141141
archive=$(find target/verify -name 'scarb-*.zip' -o -name 'scarb-*.tar.gz')
142-
ci/verify-release.sh "$archive" "${{ github.ref_name }}"
142+
pkg/archive/verify.sh "$archive" "${{ github.ref_name }}"
143143
144144
verify-cargo-package:
145145
name: cargo publish --dry-run
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)