Skip to content

Commit 5f9251a

Browse files
committed
fix bad commit path
1 parent 724f443 commit 5f9251a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/set_version/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ runs:
3232
run: |
3333
git config --global user.email "[email protected]"
3434
git config --global user.name "GitHub Action"
35-
git add System/GameVersion.h meson.build
35+
git add Source/System/GameVersion.h meson.build
3636
git commit -m "Update version" || echo "No changes to commit"
3737
git push
3838
env:

0 commit comments

Comments
 (0)