Fix builds action (#4372)

* Fix builds action

* Filter deb files
This commit is contained in:
Drazen Urch
2024-02-05 22:05:21 +01:00
committed by GitHub
parent 2d39f3c722
commit b567ac22d3
3 changed files with 13 additions and 28 deletions
@@ -61,7 +61,7 @@ jobs:
- name: Build deb packages
shell: bash
run: scripts/ppa.sh ${{ secrets.PPA_SIGNING_KEY }}
run: make deb
- name: Prepare build output
shell: bash
@@ -77,7 +77,7 @@ jobs:
cp target/release/nym-network-statistics $OUTPUT_DIR
cp target/release/nym-cli $OUTPUT_DIR
cp target/release/explorer-api $OUTPUT_DIR
cp ppa/debian/* $OUTPUT_DIR
cp target/debian/*.deb $OUTPUT_DIR
- name: Deploy branch to CI www
continue-on-error: true