Skip to content

Commit

Permalink
Update Build-AvaotaOS-Kernel.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
YuzukiTsuru authored Jun 19, 2024
1 parent e615787 commit c3c6f62
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/Build-AvaotaOS-Kernel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ on:
config-release_id:
required: true
type: string

config-release_ver:
required: true
type: string

permissions:
contents: write

Expand Down Expand Up @@ -49,6 +52,10 @@ jobs:
version: 1.0
execute_install_scripts: true

- name: set package version
run: |
echo ${{ inputs.config-release_ver }} > VERSION
- name: build kernel packages
shell: bash
run: |
Expand Down

0 comments on commit c3c6f62

Please sign in to comment.