Skip to content

Commit

Permalink
workflow: Attempt fixing the release version automation
Browse files Browse the repository at this point in the history
  • Loading branch information
Samsagax committed Jun 24, 2023
1 parent 087d345 commit 285a8cf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,16 +55,17 @@ jobs:
if: ${{ github.event_name == 'push' }}
runs-on: ubuntu-latest
needs: [build-kernel]
env:
full_version: ${{ needs.build-kernel.outputs.full_version }}
steps:
- name: Download artifacts
uses: actions/download-artifact@v3
with:
name: linux-chimeraos-${{ env.full_version }}
path: ${{ env.PKGDEST }}

- name: Make release
uses: softprops/action-gh-release@v1
env:
full_version: ${{ needs.build-kernel.outputs.full_version }}
with:
name: linux-chimeraos-${{ env.full_version }}
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 285a8cf

Please sign in to comment.