Skip to content

Commit

Permalink
Match whitespaces before equals signs in override.cfg
Browse files Browse the repository at this point in the history
WIP #65
  • Loading branch information
Thierry Lacour committed Jul 16, 2021
1 parent 2bad895 commit 3679872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
path: NeoMori

- name: Update global/version in override.cfg
run: sed -i "s#global/version=.*#global/version=\"${GITHUB_REF/refs\/tags\//}\"#g" NeoMori/override.cfg
run: sed -i "s#global/version\s*=.*#global/version=\"${GITHUB_REF/refs\/tags\//}\"#g" NeoMori/override.cfg

- name: Zip client
run: zip -q -r ${{ matrix.platform }}.zip NeoMori
Expand Down

0 comments on commit 3679872

Please sign in to comment.