mirror of
https://github.com/fbelavenuto/arpl.git
synced 2025-12-24 14:52:05 +08:00
Organizing for automation
This commit is contained in:
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user