Skip to content
This repository has been archived by the owner on Aug 8, 2024. It is now read-only.

Commit

Permalink
This commit
Browse files Browse the repository at this point in the history
  • Loading branch information
NexusSfan committed Jul 28, 2024
1 parent d703780 commit 6fdd6e8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ jobs:
run: |
cargo install cargo-deb
cargo deb
sudo apt-get update
sudo apt-get install ./target/debian/pbskids-dl*.deb
- name: Output the result (binary)
if: matrix.target == 'binary'
uses: actions/upload-artifact@v4.3.4
Expand All @@ -56,7 +54,7 @@ jobs:
tag_name: unstable
name: 'Unstable'
prerelease: true
body: 'Unstable release of pbskids-dl.rs for commit ${{ github.sha }}'
body: 'Unstable release of pbskids-dl.rs for commit ${{ github.sha }} (SAME ARCH FOR EVERY FILE)'
files: |
./target/release/pbskids-dl
./target/debian/pbskids-dl*.deb
Expand Down

0 comments on commit 6fdd6e8

Please sign in to comment.