Skip to content
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.

Commit

Permalink
Fixed mac build.
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrueger committed Jan 22, 2024
1 parent bad515d commit e36793c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
- name: Sign dmg
id: sign-bundle
run: |
export version="$(cargo get package.version)"
export version="$(cat Cargo.toml | grep "version" | awk -F"\"" '{print $2}' | head -n 1)"
echo "VERSION=$version" >> $GITHUB_ENV
sed "s/#VERSION/$version/g" <build/file_id.diz >file_id.diz
export MAC_APP=$(cat Cargo.toml | grep "name" | awk -F"\"" '{print $2}' | head -n 2 | tail -n 1)
Expand Down

0 comments on commit e36793c

Please sign in to comment.