poshsvn: r3405 by rinrab

0 views
Skip to first unread message

rinrab

unread,
Jan 17, 2025, 4:28:02 PM1/17/25
to poshsvn...@googlegroups.com
* release.yml: include version to the name of the released artifact.

Changed paths:
M  /poshsvn/trunk/.github/workflows/release.yml

Modified: poshsvn/trunk/.github/workflows/release.yml
===================================================================
--- poshsvn/trunk/.github/workflows/release.yml (rev 3404)
+++ poshsvn/trunk/.github/workflows/release.yml (rev 3405)
@@ -63,7 +63,7 @@
         with:
           upload_url: ${{ needs.create-release.outputs.upload_url }}
           asset_path: .\bin\Release-${{ matrix.platform }}\PoshSvn.zip
-          asset_name: PoshSvn-${{ matrix.platform }}.zip
+          asset_name: PoshSvn-${{ github.ref }}-${{ matrix.platform }}.zip
           asset_content_type: application/zip
 
       - name: Upload installer to release
@@ -72,8 +72,8 @@
           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
         with:
           upload_url: ${{ needs.create-release.outputs.upload_url }}
-          asset_path: .\bin\Release-${{ matrix.platform }}\Installer\en-US\PoshSvn.msi
-          asset_name: PoshSvn-${{ matrix.platform }}.msi
+          asset_path: .\bin\Release-${{ matrix.platform }}\Installer\en-US\PoshSvn-${{ github.ref }}-${{ matrix.platform }}.msi
+          asset_name: PoshSvn-${{ github.ref }}-${{ matrix.platform }}.msi
           asset_content_type: application/msi
 
       # Artifacts

Reply all
Reply to author
Forward
0 new messages