Skip to content

Commit 82eb5d0

Browse files
committed
ibid. but removed the lines because yaml
1 parent 570111f commit 82eb5d0

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.github/workflows/publish-nym-binaries.yml

-14
Original file line numberDiff line numberDiff line change
@@ -75,15 +75,8 @@ jobs:
7575
with:
7676
name: my-artifact
7777
path: |
78-
# target/debug/explorer-api
79-
# target/debug/nym-client
80-
# target/debug/nym-gateway
8178
target/debug/nym-mixnode
82-
# target/debug/nym-socks5-client
8379
target/debug/nym-api
84-
# target/debug/nym-network-requester
85-
# target/debug/nym-network-statistics
86-
# target/debug/nym-cli
8780
retention-days: 30
8881

8982
- id: create-release
@@ -92,15 +85,8 @@ jobs:
9285
if: github.event_name == 'release'
9386
with:
9487
files: |
95-
# target/debug/explorer-api
96-
# target/debug/nym-client
97-
# target/debug/nym-gateway
9888
target/debug/nym-mixnode
99-
# target/debug/nym-socks5-client
10089
target/debug/nym-api
101-
# target/debug/nym-network-requester
102-
# target/debug/nym-network-statistics
103-
# target/debug/nym-cli
10490
10591
push-release-data-client:
10692
if: ${{ (startsWith(github.ref, 'refs/tags/nym-binaries-') && github.event_name == 'release') || github.event_name == 'workflow_dispatch' }}

0 commit comments

Comments
 (0)