Skip to content

Commit 5b084d9

Browse files
committed
Update artifact name in build workflow, remove .zip ext
The artifact upload step in the build workflow now uses SignalR.OpenApi.${{ env.VERSION }} as the artifact name instead of appending a .zip extension. The upload path continues to target all .nupkg files in the ./artifacts directory.
1 parent 01ce6e5 commit 5b084d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
- name: Upload artifacts
6060
uses: actions/upload-artifact@v4
6161
with:
62-
name: SignalR.OpenApi.${{ env.VERSION }}.zip
62+
name: SignalR.OpenApi.${{ env.VERSION }}
6363
path: ./artifacts/*.nupkg
6464

6565
- name: Publish to NuGet

0 commit comments

Comments
 (0)