Skip to content

Commit b615e58

Browse files
committed
.deb packages
1 parent 9aa31bc commit b615e58

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
# but also really annoying to build CI around when it needs secrets to work right.)
7878
- id: plan
7979
run: |
80-
dist ${{ (!github.event.pull_request && format('host --steps=create --tag={0}', github.ref_name)) || 'plan' }} --output-format=json > plan-dist-manifest.json
80+
dist plan --output-format=json ${{ (!github.event.pull_request && format('--tag={0}', github.ref_name)) || '' }} > plan-dist-manifest.json
8181
echo "dist ran successfully"
8282
cat plan-dist-manifest.json
8383
echo "manifest=$(jq -c "." plan-dist-manifest.json)" >> "$GITHUB_OUTPUT"

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cloudflare-speed-cli"
3-
version = "0.4.7"
3+
version = "0.4.8"
44
edition = "2021"
55
authors = ["kavehtehrani <codemonkey13x@gmail.com>"]
66
description = "CLI tool for Cloudflare speed testing with TUI interface"

0 commit comments

Comments
 (0)