Skip to content

Commit e2bfd34

Browse files
committed
Fix CI
1 parent 78fe425 commit e2bfd34

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,7 @@ jobs:
6565
run: dotnet test --no-restore --no-build
6666

6767
- name: Move NuGet Packages
68-
run: mv (Get-ChildItem -Recurse ./ -Include *.nupkg) ./
69-
70-
# Removes the version number from the package name
71-
- name: Rename NuGet Packages
72-
run: Get-ChildItem -Include *.nupkg -Path ./* | Rename-Item -NewName { $_.Name -Replace '\.\d+\.\d+\.\d+.*$','.nupkg' }
68+
run: mv (Get-ChildItem -Recurse ./ -Include DynamicVariablePowerTools.nupkg) ./
7369

7470
# Publish the NuGet package(s) as an artifact, so they can be used in the following jobs
7571
- name: Upload NuGet Packages Artifact

0 commit comments

Comments
 (0)