Skip to content

Commit

Permalink
trying more stages
Browse files Browse the repository at this point in the history
  • Loading branch information
ampledata committed Mar 27, 2024
1 parent 4fc8f2a commit 88b74b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pi-gen-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: List working directory
run: tree
run: tree ..

- name: Run pi-gen build
uses: usimd/pi-gen-action@v1
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
# images in stage2 (lite), stage4 and stage5. You probably want to hook in custom
# stages before one of the exported stages. Otherwise, the action will make sure
# any custom stage will include an image export directive.
stage-list: stage0 stage1 stage2 ./stage3-base
stage-list: stage0 stage1 stage2 ../stage3-base

# System timezone.
timezone: UTC
Expand Down

0 comments on commit 88b74b7

Please sign in to comment.