File tree 1 file changed +0
-14
lines changed
1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change 75
75
with :
76
76
name : my-artifact
77
77
path : |
78
- # target/debug/explorer-api
79
- # target/debug/nym-client
80
- # target/debug/nym-gateway
81
78
target/debug/nym-mixnode
82
- # target/debug/nym-socks5-client
83
79
target/debug/nym-api
84
- # target/debug/nym-network-requester
85
- # target/debug/nym-network-statistics
86
- # target/debug/nym-cli
87
80
retention-days : 30
88
81
89
82
- id : create-release
92
85
if : github.event_name == 'release'
93
86
with :
94
87
files : |
95
- # target/debug/explorer-api
96
- # target/debug/nym-client
97
- # target/debug/nym-gateway
98
88
target/debug/nym-mixnode
99
- # target/debug/nym-socks5-client
100
89
target/debug/nym-api
101
- # target/debug/nym-network-requester
102
- # target/debug/nym-network-statistics
103
- # target/debug/nym-cli
104
90
105
91
push-release-data-client :
106
92
if : ${{ (startsWith(github.ref, 'refs/tags/nym-binaries-') && github.event_name == 'release') || github.event_name == 'workflow_dispatch' }}
You can’t perform that action at this time.
0 commit comments