diff --git a/.github/workflows/main-latest.yml b/.github/workflows/main-latest.yml index 54bb3b9..7bc19fe 100644 --- a/.github/workflows/main-latest.yml +++ b/.github/workflows/main-latest.yml @@ -46,12 +46,21 @@ jobs: repo_token: "${{ secrets.GITHUB_TOKEN }}" automatic_release_tag: "latest" prerelease: false - title: "Latest Linux kernel shallow git trees" + title: "Linux shallow git trees" files: | /tmp/workdir/kernel/output/*.gitshallow /tmp/workdir/kernel/output/*.gitbundle /tmp/workdir/kernel/output/*.git.tar + - name: Upload firmware to release + uses: softprops/action-gh-release@v1 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + with: + tag_name: latest + body: "
" + files: /tmp/workdir/kernel/worktree/LICENSE + - name: Deploy to server run: | ls -l /tmp/workdir/kernel/output/