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 6bd134f commit 4fc8f2a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/pi-gen-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@ jobs:
pi-gen-action:
runs-on: ubuntu-latest
steps:
- uses: usimd/pi-gen-action@v1
- name: List working directory
run: tree

- name: Run pi-gen build
uses: usimd/pi-gen-action@v1
id: build
with:
# Compression to apply on final image (either "none", "zip", "xz" or "gz").
Expand Down

0 comments on commit 4fc8f2a

Please sign in to comment.