File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- name : upload
1+ ---
2+ name : Upload
23
34on :
45 push :
4748 name : upload test binary
4849 runs-on : ubuntu-latest
4950 needs : build-static
50- if : ${{ github.event_name == 'push' || github.event_name == 'release' }} && github.repository == 'linux-nvme/nvme-cli'
51+ if : ${{ github.event_name == 'push' || github.event_name == 'release' && github.repository == 'linux-nvme/nvme-cli' }}
5152 steps :
5253 - uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
5354 with :
7475 needs : build-static
7576 env :
7677 VERSION : ${{ needs.build-static.outputs.VERSION }}
77- if : ${{ github.event_name == 'release' }} && github.repository == 'linux-nvme/nvme-cli'
78+ if : ${{ github.event_name == 'release' && github.repository == 'linux-nvme/nvme-cli' }}
7879 steps :
7980 - uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
8081 with :
You can’t perform that action at this time.
0 commit comments