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