Skip to content

Commit

Permalink
macos
Browse files Browse the repository at this point in the history
  • Loading branch information
danemadsen committed Jul 9, 2024
1 parent 850fcf6 commit 42d5eaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Update Build Number
run: |
commit_count=$(git rev-list --count HEAD)
sed -i "s/version: \(.*\)+.*/version: \1+$commit_count/" pubspec.yaml
sed -i '' -e "s/version: \(.*\)+.*/version: \1+$commit_count/" pubspec.yaml
- name: Install Apple Certificate
uses: apple-actions/import-codesign-certs@v1
Expand Down

0 comments on commit 42d5eaa

Please sign in to comment.