Skip to content

Update build.yml

Update build.yml #6

Workflow file for this run

name: release
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v1
- name: initialize
run: |
sudo -E apt-get -y install gettext grub2-common genisoimage p7zip-full mtools xorriso
- name: update grub2
run: ./update_grub2.sh
- name: build
run: |
./release.sh
- name: upload
permissions: write-all

Check failure on line 26 in .github/workflows/build.yml

View workflow run for this annotation

GitHub Actions / release

Invalid workflow file

The workflow is not valid. .github/workflows/build.yml (Line: 26, Col: 7): Unexpected value 'permissions'
uses: marvinpinto/action-automatic-releases@latest
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "latest-beta"
prerelease: true
title: "Beta build"
files: |
grubfm-en_US.7z
grubfm_multiarch.iso