Skip to content

Commit

Permalink
CD workflow fix
Browse files Browse the repository at this point in the history
  • Loading branch information
levoncrypto committed Mar 21, 2024
1 parent 180bcc0 commit f424c2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
uses: actions/download-artifact@v2
with:
name: binaries-linux-amd64
path: ${{ env.BIN_ROOT }}/linux/amd64
path: bin/firo-masternode-tool
- name: Generate Release Information
shell: python
run: |
Expand Down

0 comments on commit f424c2f

Please sign in to comment.