Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Commit

Permalink
Include efi.tar.gz
Browse files Browse the repository at this point in the history
  • Loading branch information
olljanat committed Feb 20, 2021
1 parent d31c71b commit 023791a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,13 @@ jobs:
sudo mount -o loop efi.img efi-img
sudo cp -r EFI efi-img/
sudo umount efi-img
tar -zcvf efi.tar.gz EFI
- name: Release efi.img
run: |
VERSION=`date +%Y-%m-%d`
github-release release --user burmilla --repo os-uefi --tag ${VERSION} --pre-release
github-release upload --user burmilla --repo os-uefi --tag ${VERSION} --file efi.img --name efi.img
github-release upload --user burmilla --repo os-uefi --tag ${VERSION} --file efi.tar.gz --name efi.tar.gz
env:
GITHUB_TOKEN: ${{ secrets.OS_RELEASE_TOKEN }}

0 comments on commit 023791a

Please sign in to comment.