File tree Expand file tree Collapse file tree 1 file changed +11
-9
lines changed
Expand file tree Collapse file tree 1 file changed +11
-9
lines changed Original file line number Diff line number Diff line change 6060 runs-on : ubuntu-latest
6161 strategy :
6262 matrix :
63- platform : [win, linux]
63+ platform : [win]
64+ # platform: [win, mac, linux]
6465 steps :
6566 - name : Checkout Code
6667 uses : actions/checkout@v3
9293 runs-on : ubuntu-latest
9394 strategy :
9495 matrix :
95- platform : [win, linux]
96+ platform : [win]
97+ # platform: [win, mac, linux]
9698 steps :
9799 - name : Download Artifacts
98100 uses : actions/download-artifact@v3
@@ -126,10 +128,10 @@ jobs:
126128 # asset_name: TxCRCPME-mac-v${{ github.run_number }}.dmg
127129 # asset_content_type: application/octet-stream
128130
129- - name : Upload Linux Installer
130- uses : actions/upload-release-asset@v1
131- with :
132- upload_url : ${{ steps.create_release.outputs.upload_url }}
133- asset_path : ./artifacts/*.AppImage
134- asset_name : TxCRCPME-linux-v${{ github.run_number }}.AppImage
135- asset_content_type : application/octet-stream
131+ # - name: Upload Linux Installer
132+ # uses: actions/upload-release-asset@v1
133+ # with:
134+ # upload_url: ${{ steps.create_release.outputs.upload_url }}
135+ # asset_path: ./artifacts/*.AppImage
136+ # asset_name: TxCRCPME-linux-v${{ github.run_number }}.AppImage
137+ # asset_content_type: application/octet-stream
You can’t perform that action at this time.
0 commit comments