Skip to content

Commit

Permalink
Add release iso to isos branch
Browse files Browse the repository at this point in the history
  • Loading branch information
valtyr committed Jun 16, 2021
1 parent e6bd49e commit 8939c27
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 . && git add ./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

0 comments on commit 8939c27

Please sign in to comment.