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

Commit

Permalink
Another commit
Browse files Browse the repository at this point in the history
  • Loading branch information
NexusSfan committed Jul 28, 2024
1 parent 6fdd6e8 commit 6570cd1
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ jobs:
permissions:
contents: write
steps:
- name: Init tools
uses: actions/checkout@v4.1.7
- uses: actions/checkout@v4.1.7
- name: Init Rust
shell: bash
run: |
Expand Down Expand Up @@ -46,6 +45,12 @@ jobs:
name: pbskids-dl-rs_${{ runner.arch }}.deb
path: target/debian/pbskids-dl.rs_*-1_*.deb
if-no-files-found: error
release:
runs-on: ubuntu-latest
needs: build
steps:
- uses: actions/checkout@v4.1.7
- uses: actions/download-artifact@v4.1.8
- name: Update Nightly Release
uses: andelf/nightly-release@46e2d5f80828ecc5c2c3c819eb31186a7cf2156c
env:
Expand All @@ -56,8 +61,7 @@ jobs:
prerelease: true
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
./pbskids-dl-rs*
# test:
# strategy:
# matrix:
Expand Down

0 comments on commit 6570cd1

Please sign in to comment.