Commit 3de1407 1 parent 463d220 commit 3de1407 Copy full SHA for 3de1407
File tree 1 file changed +14
-14
lines changed
1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -58,18 +58,18 @@ jobs:
58
58
path : packages/tosu/dist/tosu.exe
59
59
}
60
60
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
+ # }
68
68
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
+ # }
You can’t perform that action at this time.
0 commit comments