Skip to content

Commit 865475f

Browse files
authored
Merge branch 'MonkeyModdingTroop:master' into master
2 parents adb98dc + 3858e32 commit 865475f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,10 @@ jobs:
6868

6969
- name: Move NuGet Packages
7070
run: mv (Get-ChildItem -Recurse ./ -Include *.nupkg) ./
71+
72+
# Removes the version number from the package name
73+
- name: Rename NuGet Packages
74+
run: Get-ChildItem -Include *.nupkg -Path ./* | Rename-Item -NewName { $_.Name -Replace '\.\d+\.\d+\.\d+.*$','.nupkg' }
7175

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

0 commit comments

Comments
 (0)