Skip to content

Commit 95dce51

Browse files
committed
CI: remove .zip from the artifact name
1 parent dc837bd commit 95dce51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
name: Upload the artifact
6060
uses: actions/upload-artifact@v4
6161
with:
62-
name: rider-trx-plugin-${{ steps.version.outputs.version }}.zip
62+
name: rider-trx-plugin-${{ steps.version.outputs.version }}
6363
path: build/distributions/unpacked
6464

6565

0 commit comments

Comments
 (0)