Skip to content

Commit

Permalink
Update Build-AvaotaOS.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
YuzukiTsuru authored Jun 24, 2024
1 parent 1eeefde commit 7488dab
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/Build-AvaotaOS.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ jobs:
- name: set kernel package from artifact
run: touch build_dir/${{ inputs.config-board }}-kernel-pkgs/.done

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

0 comments on commit 7488dab

Please sign in to comment.