Skip to content

Commit

Permalink
fix binary zip file path
Browse files Browse the repository at this point in the history
  • Loading branch information
ganeshbhagi committed Nov 27, 2023
1 parent f59a755 commit 6f71c55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Router-Chain-Ubuntu-Latest-Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
ls -al
tar -czvf routerd.tar.gz routerd
mkdir -p ${{ github.workspace }}/router-chain-binaries/
mv routerd ${{ github.workspace }}/router-chain-binaries/
mv routerd.tar.gz ${{ github.workspace }}/router-chain-binaries/
echo "🔥 routerd.tar.gz created"
- name: Archive router-chain binary
Expand Down

0 comments on commit 6f71c55

Please sign in to comment.