We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07400fb commit 0c891b5Copy full SHA for 0c891b5
.github/workflows/ci.yml
@@ -63,11 +63,11 @@ jobs:
63
64
- name: (release only) Get artifact filenames
65
id: get_filenames
66
- # if: github.event_name != 'pull_request'
+ if: github.event_name != 'pull_request'
67
run: node .github/workflows/get_filenames.js
68
69
- name: (release only) Get exe
70
71
shell: bash
72
run: |
73
# from https://stackoverflow.com/a/24848739/617787
@@ -78,7 +78,7 @@ jobs:
78
mv "$ESY__BINARY_PATH" ${{ steps.get_filenames.outputs.exe_name }}
79
80
- name: (release only) Upload artifact ${{ matrix.os }}
81
82
uses: actions/upload-artifact@v2
83
with:
84
name: ${{ steps.get_filenames.outputs.artifact_name }}
0 commit comments