Skip to content

Commit

Permalink
workflow: run additional preparation script, if necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
ansemjo committed Feb 16, 2024
1 parent eaf766d commit 7b2ca0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/firmware.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
run: |
cd configs/${{ matrix.config }}/
bash "$GITHUB_WORKSPACE/openwrtbuilder"
if [[ -x prepare-flashable.sh ]]; then ./prepare-flashable.sh; fi
- name: upload firmware artifact
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 7b2ca0b

Please sign in to comment.