File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -63,11 +63,11 @@ jobs:
6363
6464 - name : (release only) Get artifact filenames
6565 id : get_filenames
66- # if: github.event_name != 'pull_request'
66+ if : github.event_name != 'pull_request'
6767 run : node .github/workflows/get_filenames.js
6868
6969 - name : (release only) Get exe
70- # if: github.event_name != 'pull_request'
70+ if : github.event_name != 'pull_request'
7171 shell : bash
7272 run : |
7373 # from https://stackoverflow.com/a/24848739/617787
7878 mv "$ESY__BINARY_PATH" ${{ steps.get_filenames.outputs.exe_name }}
7979
8080 - name : (release only) Upload artifact ${{ matrix.os }}
81- # if: github.event_name != 'pull_request'
81+ if : github.event_name != 'pull_request'
8282 uses : actions/upload-artifact@v2
8383 with :
8484 name : ${{ steps.get_filenames.outputs.artifact_name }}
You can’t perform that action at this time.
0 commit comments