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 f424c2f commit b847a2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
pip install pip==21.2.4
pip install -r requirements.txt
- name: Bundle Application
run: python -m PyInstaller --distpath=../dist/linux --workpath=../dist/linux/build dash_masternode_tool.spec
run: python -m PyInstaller --distpath=bin --workpath=work dash_masternode_tool.spec
- name: Upload Release Artifact
uses: actions/upload-artifact@v2
with:
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
uses: actions/download-artifact@v2
with:
name: binaries-linux-amd64
path: bin/firo-masternode-tool
path: ${{ env.BIN_ROOT }}/linux/amd64
- name: Generate Release Information
shell: python
run: |
Expand Down

0 comments on commit b847a2e

Please sign in to comment.