Skip to content

Commit

Permalink
Merge pull request #13 from sontixyou/202407282137-from-develop
Browse files Browse the repository at this point in the history
202407282137 from develop
  • Loading branch information
sontixyou authored Jul 28, 2024
2 parents 9f5f1c3 + c03cc9a commit 45b15f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

- name: Extract version from Cargo.toml
id: cargo-version
run: echo "VERSION=$(grep '^version =' Cargo.toml | sed -E 's/version = \"([^\"]+)\"/\\1/')" >> $GITHUB_ENV
run: echo "VERSION=$(grep '^version =' Cargo.toml | awk -F'"' '{print $2}')" >> $GITHUB_ENV

- name: Download build artifact
uses: actions/download-artifact@v4
Expand Down

0 comments on commit 45b15f8

Please sign in to comment.