We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fde67d commit f241f57Copy full SHA for f241f57
.github/workflows/release.yml
@@ -76,6 +76,7 @@ jobs:
76
# but also really annoying to build CI around when it needs secrets to work right.)
77
- id: plan
78
run: |
79
+ rustup update
80
cd server
81
dist ${{ (!github.event.pull_request && format('host --steps=create --tag={0}', github.ref_name)) || 'plan' }} --output-format=json > plan-dist-manifest.json
82
echo "dist ran successfully"
@@ -143,6 +144,7 @@ jobs:
143
144
${{ matrix.packages_install }}
145
- name: Build artifacts
146
147
148
149
./bt prerelease
150
# Actually do builds and make zips and whatnot
0 commit comments