Skip to content

Commit

Permalink
wip fixing openssl issues
Browse files Browse the repository at this point in the history
  • Loading branch information
stvnksslr committed Nov 11, 2024
1 parent 8343a60 commit 39786e6
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 9 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
name: publish

#on:
# release:
# types: [ published ]

on:
release:
types: [ published ]
push:
branches:
- fix/openssl-issues


permissions:
pull-requests: write
Expand Down Expand Up @@ -60,4 +66,5 @@ jobs:
target: ${{ matrix.target }}
tar: all
zip: windows
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
dry-run: true
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@ dirs = "5.0.1"
env_logger = "0.11.5"
log = "0.4.22"
self_update = "0.41.0"
serde = { version = "1.0.210" , features = ["derive"] }
serde = { version = "1.0.210", features = ["derive"] }
serde_json = "1.0.132"
toml = "0.8.19"
which = "6.0.3"
which = "7.0.0"
openssl = { version = "0.10", features = ["vendored"] }

[dev-dependencies]
tempfile = "3.10.1"

0 comments on commit 39786e6

Please sign in to comment.