Skip to content

Commit

Permalink
refactor(pre-release): revert
Browse files Browse the repository at this point in the history
  • Loading branch information
Thumuss committed Jun 5, 2024
1 parent 43ee5aa commit ca2f18c
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ jobs:
run: |
cargo install cross --git https://github.com/cross-rs/cross.git --locked --rev 085092ca
cross build --bin utpm -p utpm --release --target ${{ matrix.target }}
- name: Set up MinGW on Windows
uses: egor-tensin/setup-mingw@v2
if: ${{ matrix.os == 'windows-latest' }}
Expand Down Expand Up @@ -78,7 +77,7 @@ jobs:
cp target/${{ matrix.target }}/release/utpm $directory
tar cJf $directory.tar.xz $directory
fi
- name: "Setup SHA"
uses: benjlevesque/[email protected]
id: short-sha
Expand All @@ -99,4 +98,4 @@ jobs:
tag_name: ${{ steps.extract_branch.outputs.branch }}-${{ steps.short-sha.outputs.sha }}
generate_release_notes: true
files: |
utpm-${{ matrix.target }}.*
utpm-${{ matrix.target }}.*
52 changes: 52 additions & 0 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ inquire = "0.6.2"
semver = { version = "1.0.18", features = ["serde"] }
spdx = { version = "0.10.2", features = ["text"] }
clap = { version = "4.4.2", features = ["derive"] }
git2 = { version = "0.18.0", features = ["vendored-libgit2"] }
git2 = "0.18.0"
owo-colors = "3.5.0"
strum = { version = "0.26.2", features = ["derive"] }
typst-project = { git = "https://github.com/tingerrr/typst-project" }
#openssl = { version = "0.10", features = ["vendored"] }
openssl = { version = "0.10", features = ["vendored"] }

[[bin]]
name = "utpm"
Expand Down

0 comments on commit ca2f18c

Please sign in to comment.