29
This commit is contained in:
@@ -6,7 +6,7 @@ on:
|
|||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
job:
|
||||||
name: Raspberry Pi Linux Build
|
name: Raspberry Pi Linux Build
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
|
|||||||
@@ -22,9 +22,9 @@ jobs:
|
|||||||
VERSION: ${{ jobs.sources.outputs.version }}
|
VERSION: ${{ jobs.sources.outputs.version }}
|
||||||
run: |
|
run: |
|
||||||
echo "${VERSION}"
|
echo "${VERSION}"
|
||||||
build:
|
# build:
|
||||||
needs:
|
# needs:
|
||||||
- sources
|
# - sources
|
||||||
uses: ./.gitea/workflows/build.yml
|
# uses: ./.gitea/workflows/build.yml
|
||||||
with:
|
# with:
|
||||||
VERSION: ${{ needs.sources.outputs.version }}
|
# VERSION: ${{ needs.sources.outputs.version }}
|
||||||
@@ -6,7 +6,7 @@ on:
|
|||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
jobs:
|
jobs:
|
||||||
sources:
|
job:
|
||||||
name: Raspberry Pi Linux Sources
|
name: Raspberry Pi Linux Sources
|
||||||
outputs:
|
outputs:
|
||||||
VERSION: ${{ steps.environment.outputs.version }}
|
VERSION: ${{ steps.environment.outputs.version }}
|
||||||
|
|||||||
Reference in New Issue
Block a user