Commit 82fd8b2 1 parent b3a8884 commit 82fd8b2 Copy full SHA for 82fd8b2
File tree 3 files changed +0
-9
lines changed
3 files changed +0
-9
lines changed Original file line number Diff line number Diff line change 31
31
name : wfb-ng-${{ github.ref_name }}-debian${{ matrix.version }}-${{ matrix.arch }}
32
32
path : |
33
33
deb_dist/*.deb
34
- - name : Output artifact URL
35
- if : github.event_name != 'pull_request'
36
- run : echo 'wfb-ng-${{ github.ref_name }}-debian${{ matrix.version }}-${{ matrix.arch }} ${{ steps.artifact-upload-step.outputs.artifact-url }}'
Original file line number Diff line number Diff line change 34
34
name : wfb-ng-${{ github.ref_name }}-${{ matrix.docker-images }}
35
35
path : |
36
36
deb_dist/*.deb
37
- - name : Output artifact URL
38
- if : github.event_name != 'pull_request'
39
- run : echo 'wfb-ng-${{ github.ref_name }}-${{ matrix.docker-images }} ${{ steps.artifact-upload-step.outputs.artifact-url }}'
Original file line number Diff line number Diff line change 31
31
name : wfb-ng-${{ github.ref_name }}-ubuntu${{ matrix.version }}-${{ matrix.arch }}
32
32
path : |
33
33
deb_dist/*.deb
34
- - name : Output artifact URL
35
- if : github.event_name != 'pull_request'
36
- run : echo 'wfb-ng-${{ github.ref_name }}-ubuntu${{ matrix.version }}-${{ matrix.arch }} ${{ steps.artifact-upload-step.outputs.artifact-url }}'
You can’t perform that action at this time.
0 commit comments