Skip to content

Commit

Permalink
Upload binaries [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
ilobilo committed Jun 20, 2024
1 parent 90877e0 commit f896429
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:

- name: Check out repository code
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Git config
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
Expand All @@ -35,6 +37,7 @@ jobs:
git config user.email 'ilobilo@users.noreply.github.com'
git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/ilobilo/ovmf-binaries.git
git fetch --all
git reset --mixed 90877e01ff6a858085c560454e7405a0311ff790
git add .
git commit -m "Upload binaries [ci skip]"
git push origin master
git push --force origin master
Binary file modified OVMF_AA64.fd
Binary file not shown.
Binary file modified OVMF_ARM.fd
Binary file not shown.
Binary file modified OVMF_IA32.fd
Binary file not shown.
Binary file modified OVMF_X64.fd
Binary file not shown.

0 comments on commit f896429

Please sign in to comment.