From e114c54496e1e61093278a9a43d937b17828c1e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Valt=C3=BDr=20=C3=96rn=20Kjartansson?= Date: Wed, 16 Jun 2021 19:59:50 +0000 Subject: [PATCH] Add release iso to isos branch --- .github/workflows/main.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 71552e5..a5ecf1f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -56,3 +56,14 @@ jobs: asset_path: ./dist/x86_64/kernel.iso asset_name: kernel.iso asset_content_type: application/octet-stream + + - name: Change something + run: | + cp ./dist/x86_64/kernel.iso . + + - name: Commit and push changes + uses: devops-infra/action-commit-push@master + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + commit_message: Update for ${{ github.sha }} + target_branch: isos