Skip to content

Commit bda999b

Browse files
committed
wip upload
1 parent a2d2ba1 commit bda999b

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
@@ -125,6 +125,10 @@ jobs:
125125
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
126126
echo "$HOME/.cargo/bin" >> $GITHUB_PATH
127127
fi
128+
- uses: swatinem/rust-cache@v2
129+
with:
130+
key: ${{ join(matrix.targets, '-') }}
131+
cache-provider: ${{ matrix.cache_provider }}
128132
- name: Install dist
129133
run: ${{ matrix.install_dist.run }}
130134
# Get the dist-manifest

dist-workspace.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ tap = "axodotdev/homebrew-tap"
2222
# Publish jobs to run in CI
2323
publish-jobs = ["homebrew", "npm", "./publish-crates"]
2424
# Which actions to run on pull requests
25-
pr-run-mode = "plan"
25+
pr-run-mode = "upload"
2626
# Whether to install an updater program
2727
install-updater = true
2828
# Path that installers should place binaries in

0 commit comments

Comments
 (0)