Skip to content

Commit

Permalink
Fix linux sed
Browse files Browse the repository at this point in the history
  • Loading branch information
praeclarum committed Sep 1, 2022
1 parent 3880494 commit b342efe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
VERSION_SUFFIX: ${{github.run_number}}
run: |
VERSION=$VERSION_PREFIX.$VERSION_SUFFIX
sed -i bak "s:<Version>1.0.0</Version>:<Version>$VERSION</Version>:g" Cli/Cli.csproj
sed -i bak "s:<Version>1.0.0</Version>:<Version>$VERSION</Version>:g" Iril/Iril.csproj
sed -i "s:<Version>1.0.0</Version>:<Version>$VERSION</Version>:g" Cli/Cli.csproj
sed -i "s:<Version>1.0.0</Version>:<Version>$VERSION</Version>:g" Iril/Iril.csproj
- name: Setup .NET
uses: actions/setup-dotnet@v2
with:
Expand Down

0 comments on commit b342efe

Please sign in to comment.