Organizing for automation

This commit is contained in:
Fabio Belavenuto
2022-07-02 15:38:17 -03:00
parent 995b93cf30
commit be0a7ea2a6
4 changed files with 8 additions and 34 deletions

View File

@@ -2,6 +2,10 @@ name: Build img
# Controls when the workflow will run
on:
# Triggers the workflow on push or pull request events but only for the "main" branch
# push:
# pull_request:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
@@ -31,7 +35,6 @@ jobs:
run: |
VERSION=`<VERSION`
echo "::set-output name=VERSION::$VERSION"
./compile-lkm.sh
./img-gen.sh
# Upload img