Skip to content

Commit 3de1407

Browse files
committedMar 1, 2024
feat: Comment out unsupported platforms.
1 parent 463d220 commit 3de1407

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed
 

‎.github/workflows/deploy.yml

+14-14
Original file line numberDiff line numberDiff line change
@@ -58,18 +58,18 @@ jobs:
5858
path: packages/tosu/dist/tosu.exe
5959
}
6060

61-
- name: 🚀 - Upload artifacts for linux
62-
if: matrix.os == 'ubuntu-latest'
63-
uses: actions/upload-artifact@v3
64-
with: {
65-
name: "tosu-${{ matrix.os }}-${{ steps.set-pr-sha.outputs.SHORT_PR_SHA || github.ref_name }}",
66-
path: packages/tosu/dist/tosu.exe
67-
}
61+
# - name: 🚀 - Upload artifacts for linux
62+
# if: matrix.os == 'ubuntu-latest'
63+
# uses: actions/upload-artifact@v3
64+
# with: {
65+
# name: "${{ steps.set-artifact-name.outputs.ARTIFACT_NAME }}",
66+
# path: packages/tosu/dist/tosu.exe
67+
# }
6868

69-
- name: 🚀 - Upload artifacts for mac
70-
if: matrix.os == 'macos-latest'
71-
uses: actions/upload-artifact@v3
72-
with: {
73-
name: "tosu-${{ matrix.os }}-${{ steps.set-pr-sha.outputs.SHORT_PR_SHA || github.ref_name }}",
74-
path: packages/tosu/dist/tosu.exe
75-
}
69+
# - name: 🚀 - Upload artifacts for mac
70+
# if: matrix.os == 'macos-latest'
71+
# uses: actions/upload-artifact@v3
72+
# with: {
73+
# name: "${{ steps.set-artifact-name.outputs.ARTIFACT_NAME }}",
74+
# path: packages/tosu/dist/tosu.exe
75+
# }

0 commit comments

Comments
 (0)
Please sign in to comment.