File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -63,11 +63,11 @@ jobs:
63
63
64
64
- name : (release only) Get artifact filenames
65
65
id : get_filenames
66
- # if: github.event_name != 'pull_request'
66
+ if : github.event_name != 'pull_request'
67
67
run : node .github/workflows/get_filenames.js
68
68
69
69
- name : (release only) Get exe
70
- # if: github.event_name != 'pull_request'
70
+ if : github.event_name != 'pull_request'
71
71
shell : bash
72
72
run : |
73
73
# from https://stackoverflow.com/a/24848739/617787
78
78
mv "$ESY__BINARY_PATH" ${{ steps.get_filenames.outputs.exe_name }}
79
79
80
80
- name : (release only) Upload artifact ${{ matrix.os }}
81
- # if: github.event_name != 'pull_request'
81
+ if : github.event_name != 'pull_request'
82
82
uses : actions/upload-artifact@v2
83
83
with :
84
84
name : ${{ steps.get_filenames.outputs.artifact_name }}
You can’t perform that action at this time.
0 commit comments