Skip to content

Commit b23dfd2

Browse files
yshingclaude
andcommitted
Temporarily set pr-run-mode to upload for build test
Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
1 parent 9e72a1d commit b23dfd2

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,10 @@ jobs:
134134
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
135135
echo "$HOME/.cargo/bin" >> $GITHUB_PATH
136136
fi
137+
- uses: swatinem/rust-cache@v2
138+
with:
139+
key: ${{ join(matrix.targets, '-') }}
140+
cache-provider: ${{ matrix.cache_provider }}
137141
- name: Install dist
138142
run: ${{ matrix.install_dist.run }}
139143
# Get the dist-manifest

dist-workspace.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ installers = ["shell", "powershell"]
1212
# Target platforms to build apps for (Rust target-triple syntax)
1313
targets = ["aarch64-apple-darwin", "aarch64-unknown-linux-gnu", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc"]
1414
# Which actions to run on pull requests
15-
pr-run-mode = "plan"
15+
pr-run-mode = "upload"
1616
# The archive format to use for non-windows builds (defaults .tar.xz)
1717
unix-archive = ".tar.gz"
1818
# Whether to enable GitHub Attestations

0 commit comments

Comments
 (0)