Skip to content

Commit e8ab11b

Browse files
authored
ci: fix release action (#49)
2 parents 0d6f253 + 2929a6a commit e8ab11b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-on-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Find and Replace Version templates
3030
run: |
3131
sed -i.bak 's/${VERSION}/${{ steps.normalize_version.outputs.VERSION }}/g' src/Nitric.Sdk/Nitric.Sdk.csproj
32-
rm Nitric.Sdk/Nitric.Sdk.csproj.bak
32+
rm src/Nitric.Sdk/Nitric.Sdk.csproj.bak
3333
- name: Exclude Test Project
3434
run: dotnet sln remove Nitric.Test
3535
- name: Restore Dependencies

0 commit comments

Comments
 (0)