Skip to content

Commit

Permalink
Merge pull request #17 from router-protocol/debian-build
Browse files Browse the repository at this point in the history
Debian build
  • Loading branch information
ganeshbhagi authored Sep 12, 2024
2 parents 98e8846 + b111034 commit c9789e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/debian-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
ls -al
- name: Archive router-chain binary
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: router-chain
path: ${{ github.workspace }}/router-chain-binaries/routerd.tar.gz
Expand All @@ -64,7 +64,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Download router-chain binary
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: router-chain
path: ${{ github.workspace }}/router-chain-binaries/
Expand Down
Binary file modified debian/routerd.tar.gz
Binary file not shown.

0 comments on commit c9789e2

Please sign in to comment.