Skip to content

Commit 8939c27

Browse files
committed
Add release iso to isos branch
1 parent e6bd49e commit 8939c27

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/main.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,14 @@ jobs:
5656
asset_path: ./dist/x86_64/kernel.iso
5757
asset_name: kernel.iso
5858
asset_content_type: application/octet-stream
59+
60+
- name: Change something
61+
run: |
62+
cp ./dist/x86_64/kernel.iso . && git add ./kernel.iso
63+
64+
- name: Commit and push changes
65+
uses: devops-infra/action-commit-push@master
66+
with:
67+
github_token: ${{ secrets.GITHUB_TOKEN }}
68+
commit_message: Update for ${{ github.sha }}
69+
target_branch: isos

0 commit comments

Comments
 (0)