Skip to content

Commit 6adb160

Browse files
committed
wip upload
1 parent 1153a86 commit 6adb160

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/release.yml

+4
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,10 @@ jobs:
129129
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
130130
echo "$HOME/.cargo/bin" >> $GITHUB_PATH
131131
fi
132+
- uses: swatinem/rust-cache@v2
133+
with:
134+
key: ${{ join(matrix.targets, '-') }}
135+
cache-provider: ${{ matrix.cache_provider }}
132136
- name: Install dist
133137
run: ${{ matrix.install_dist.run }}
134138
# Get the dist-manifest

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ npm-scope = "@axodotdev"
107107
# Features to pass to cargo build
108108
features = ["build-with-tailwind"]
109109
# Which actions to run on pull requests
110-
pr-run-mode = "plan"
110+
pr-run-mode = "upload"
111111
# Where to host releases
112112
hosting = ["axodotdev", "github"]
113113
# Whether to install an updater program

0 commit comments

Comments
 (0)