Skip to content

Commit 1ce6c2d

Browse files
authored
fix metapacakge suffix
1 parent e5c49a7 commit 1ce6c2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dotnet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101

102102
- name: Generate Suffix
103103
if: env.IsTagBuild == 'true'
104-
run: echo "Suffix=nightly.$(date +'%Y%m%d').${{ github.run_number }}" >> $GITHUB_ENV
104+
run: echo "Suffix=-nightly.$(date +'%Y%m%d').${{ github.run_number }}" >> $GITHUB_ENV
105105

106106
- name: setup NuGet
107107
uses: nuget/setup-nuget@v2
@@ -115,7 +115,7 @@ jobs:
115115
path: ${{ env.ArtifactStagingDirectory }}
116116

117117
- name: Pack Metapackage
118-
run: nuget pack "src/Discord.Net/Discord.Net.nuspec" -OutputDirectory ${{ env.ArtifactStagingDirectory }} -NonInteractive -p "suffix=-${{ env.Suffix }}"
118+
run: nuget pack "src/Discord.Net/Discord.Net.nuspec" -OutputDirectory ${{ env.ArtifactStagingDirectory }} -NonInteractive -p "suffix=${{ env.Suffix }}"
119119

120120
- name: Set API Keys
121121
run: |

0 commit comments

Comments
 (0)