Skip to content

Commit

Permalink
set a default img
Browse files Browse the repository at this point in the history
  • Loading branch information
iMilnb committed Dec 30, 2024
1 parent 89f4451 commit 17b45fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

- name: Build image
run: |
make NOSVCIMGBUILD=yes ARCH=${{ inputs.arch }} MOUNTRO=${{ inputs.mountro }} ${{ inputs.img }}
make NOSVCIMGBUILD=yes ARCH=${{ inputs.arch }} MOUNTRO=${{ inputs.mountro }} ${{ inputs.img || 'rescue' }}
- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 17b45fb

Please sign in to comment.