* 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