Skip to content

Commit

Permalink
chore: update fitgen workflow (#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
muktihari authored Apr 23, 2024
1 parent 12ad7c4 commit 2386ff2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/fitgen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,15 @@ jobs:
go run main.go -f Profile.xlsx -p ../../../ -b all --profile-version ${{ steps.check-comment.outputs.profile_version }} --verbose -y
cd $wd
sed -E -i 's/profile\-v[0-9]+\.[0-9]+-lightblue.svg/\profile-v${{ steps.check-comment.outputs.profile_version }}-lightblue.svg/' README.md
cd cmd/fitconv
go generate
cd $wd
cd cmd/fitprint
go generate
cd $wd
- name: Commit and Push
if: steps.check-comment.outputs.trigger == 'true'
env:
Expand Down

0 comments on commit 2386ff2

Please sign in to comment.