Skip to content

Commit

Permalink
ibid. but removed the lines because yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jstuczyn committed Nov 20, 2023
1 parent 570111f commit 82eb5d0
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/publish-nym-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,15 +75,8 @@ jobs:
with:
name: my-artifact
path: |
# target/debug/explorer-api
# target/debug/nym-client
# target/debug/nym-gateway
target/debug/nym-mixnode
# target/debug/nym-socks5-client
target/debug/nym-api
# target/debug/nym-network-requester
# target/debug/nym-network-statistics
# target/debug/nym-cli
retention-days: 30

- id: create-release
Expand All @@ -92,15 +85,8 @@ jobs:
if: github.event_name == 'release'
with:
files: |
# target/debug/explorer-api
# target/debug/nym-client
# target/debug/nym-gateway
target/debug/nym-mixnode
# target/debug/nym-socks5-client
target/debug/nym-api
# target/debug/nym-network-requester
# target/debug/nym-network-statistics
# target/debug/nym-cli
push-release-data-client:
if: ${{ (startsWith(github.ref, 'refs/tags/nym-binaries-') && github.event_name == 'release') || github.event_name == 'workflow_dispatch' }}
Expand Down

0 comments on commit 82eb5d0

Please sign in to comment.