Skip to content

Commit

Permalink
update pi-gen path in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
noaz committed May 5, 2023
1 parent cc262d1 commit 9f3e5cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
branches:
- master
paths:
- 'image-specs/**'
- 'pi-gen/**'
- '.github/workflows/on-push.yml'

jobs:
Expand All @@ -13,7 +13,7 @@ jobs:
defaults:
run:
shell: bash
working-directory: image-specs
working-directory: pi-gen

steps:
- uses: actions/checkout@v2
Expand All @@ -36,6 +36,6 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: ${{ env.IMAGE_NAME }}
path: image-specs/deploy/*.tar.xz
path: pi-gen/deploy/*.tar.xz
if-no-files-found: error
retention-days: 90

0 comments on commit 9f3e5cb

Please sign in to comment.