Compare commits
No commits in common. "04c21326841cc87d3464faed2170c43e7ba62a74" and "9faf6870063c0cf95d65b0d597d7fd34e521d8c0" have entirely different histories.
04c2132684
...
9faf687006
|
|
@ -13,13 +13,6 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Set version from tag
|
|
||||||
run: |
|
|
||||||
VER="${GITHUB_REF_NAME#v}"
|
|
||||||
sed -i "s|<Version>.*</Version>|<Version>${VER}</Version>|" AutoBackup.csproj
|
|
||||||
sed -i "s|<AssemblyVersion>.*</AssemblyVersion>|<AssemblyVersion>${VER}</AssemblyVersion>|" AutoBackup.csproj
|
|
||||||
sed -i "s|<FileVersion>.*</FileVersion>|<FileVersion>${VER}</FileVersion>|" AutoBackup.csproj
|
|
||||||
|
|
||||||
- uses: actions/setup-dotnet@v4
|
- uses: actions/setup-dotnet@v4
|
||||||
with:
|
with:
|
||||||
dotnet-version: |
|
dotnet-version: |
|
||||||
|
|
@ -47,13 +40,6 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Set version from tag
|
|
||||||
run: |
|
|
||||||
VER="${GITHUB_REF_NAME#v}"
|
|
||||||
sed -i "s|<Version>.*</Version>|<Version>${VER}</Version>|" AutoBackup.csproj
|
|
||||||
sed -i "s|<AssemblyVersion>.*</AssemblyVersion>|<AssemblyVersion>${VER}</AssemblyVersion>|" AutoBackup.csproj
|
|
||||||
sed -i "s|<FileVersion>.*</FileVersion>|<FileVersion>${VER}</FileVersion>|" AutoBackup.csproj
|
|
||||||
|
|
||||||
- uses: actions/setup-dotnet@v4
|
- uses: actions/setup-dotnet@v4
|
||||||
with:
|
with:
|
||||||
dotnet-version: |
|
dotnet-version: |
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue