Skip to content

Commit

Permalink
WIP: more fussing with dis
Browse files Browse the repository at this point in the history
  • Loading branch information
svix-onelson committed Dec 24, 2024
1 parent a2b80a6 commit c5be49c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,10 @@ jobs:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
echo "$HOME/.cargo/bin" >> $GITHUB_PATH
fi
- uses: swatinem/rust-cache@v2
with:
key: ${{ join(matrix.targets, '-') }}
cache-provider: ${{ matrix.cache_provider }}
- name: Install dist
run: ${{ matrix.install_dist.run }}
# Get the dist-manifest
Expand Down
2 changes: 2 additions & 0 deletions dist-workspace.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@ targets = ["aarch64-apple-darwin", "aarch64-unknown-linux-gnu", "x86_64-apple-da
install-path = "CARGO_HOME"
# Whether to install an updater program
install-updater = false
# Which actions to run on pull requests
pr-run-mode = "upload"
4 changes: 4 additions & 0 deletions svix-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,17 @@ keywords = ["svix", "webhooks", "diahook"]
categories = ["development-tools", "asynchronous", "network-programming", "web-programming"]
repository = "https://github.com/svix-onelson/svix-webhooks"
authors = ["Svix Inc. <oss@svix.com>"]
publish = false

[package.metadata.wix]
upgrade-guid = "E6EF2AC4-2BA1-4E36-BDD5-FEE972946181"
path-guid = "09E262C8-4654-4160-A6A9-C03E92D3E575"
license = false
eula = false

[package.metadata.dist]
dist = true

[[bin]]
name = "svix"
path = "src/main.rs"
Expand Down

0 comments on commit c5be49c

Please sign in to comment.