2424 os : windows-latest
2525 extension : .exe
2626
27- runs-on : ${{matrix.os}}
27+ runs-on : ${{ matrix.os }}
2828
2929 steps :
3030 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
6262 shell : bash
6363 run : |
6464 echo "using version tag ${GITHUB_REF:15}"
65- echo ::set-output name=version::" ${GITHUB_REF:15}"
65+ echo "version= ${GITHUB_REF:15}" >> $GITHUB_OUTPUT
6666 - name : Checkout code
6767 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
6868 - name : Get Changelog Entry
@@ -102,7 +102,7 @@ jobs:
102102 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
103103 with :
104104 upload_url : ${{ steps.create_release.outputs.upload_url }}
105- asset_path : ./git2mail-linux/git2mail
105+ asset_path : ./git2mail-linux
106106 asset_content_type : application/octet-stream
107107 asset_name : git2mail-linux-static-${{ steps.get_version.outputs.VERSION }}
108108
@@ -112,7 +112,7 @@ jobs:
112112 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
113113 with :
114114 upload_url : ${{ steps.create_release.outputs.upload_url }}
115- asset_path : ./git2mail-windows/git2mail.exe
115+ asset_path : ./git2mail-windows
116116 asset_content_type : application/octet-stream
117117 asset_name : git2mail-windows-${{ steps.get_version.outputs.VERSION }}
118118
@@ -122,6 +122,6 @@ jobs:
122122 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
123123 with :
124124 upload_url : ${{ steps.create_release.outputs.upload_url }}
125- asset_path : ./git2mail-macos/git2mail
125+ asset_path : ./git2mail-macos
126126 asset_content_type : application/octet-stream
127127 asset_name : git2mail-macos-${{ steps.get_version.outputs.VERSION }}
0 commit comments