Skip to content

Commit 3c8197c

Browse files
committed
test release
1 parent 6b8214a commit 3c8197c

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

.github/workflows/gh-pages.yml

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ jobs:
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
@@ -92,7 +93,8 @@ jobs:
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

0 commit comments

Comments
 (0)