Skip to content

Commit

Permalink
Merge pull request #14 from comboomPunkTsucht/dev
Browse files Browse the repository at this point in the history
.
  • Loading branch information
mcpeapsUnterstrichHD authored Sep 4, 2024
2 parents 6079161 + 4ecf2d9 commit 53eda4d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@ jobs:
os: ubuntu-latest
os-name: linux
arch: x86_64
- target: aarch64-unknown-linux-gnu
os: ubuntu-latest
os-name: linux
arch: aarch64
- target: universal-apple-darwin
os: macos-latest
os-name: macos
Expand All @@ -91,6 +95,12 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Extract Version
id: extract_version
run: |
version=${GITHUB_REF#refs/tags/v}
echo "version=$version" >> $GITHUB_ENV
- uses: taiki-e/upload-rust-binary-action@v1
with:
bin: genp
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "genp"
version = "1.0.13"
version = "1.0.14"
description = "A simple Generator for PINs and Passwords"
authors = ["comboom.sucht","mcpeaps_HD"]
edition = "2021"
Expand Down

0 comments on commit 53eda4d

Please sign in to comment.