Skip to content

Commit

Permalink
github: CI fixes for build flow on app removal
Browse files Browse the repository at this point in the history
  • Loading branch information
hedger committed May 9, 2024
1 parent a5e8019 commit 87ee9e7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ jobs:
fi
- name: Build & lint all apps
id: build-all
if: steps.changed-files.outputs.all_changed_and_modified_files == ''
run: |
BUILD_FAILED=0
Expand All @@ -88,11 +89,13 @@ jobs:
fi
- name: Gather build artifacts
if: steps.build-all.conclusion == 'success'
run: |
mkdir -p dist
cp -v $( find . -name '*.fap' ) dist/
- name: Upload all .fap files
if: steps.build-all.conclusion == 'success'
uses: actions/upload-artifact@v4
with:
name: faps
Expand Down

0 comments on commit 87ee9e7

Please sign in to comment.