Skip to content

Commit

Permalink
Update armbian_custom.yml to remove conditional
Browse files Browse the repository at this point in the history
  • Loading branch information
SelfhostedPro authored Apr 20, 2024
1 parent ae072a3 commit 1e961b2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/armbian_custom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,10 @@ jobs:
run: |
sudo unxz -k build/output/images/*.xz
- name: List all outputs
run: |
ls -R build/output/images/
# Upload Armbian images to artifacts (we'll download them and add them to the release later).
- name: Upload Armbian Artifacts for Release
id: artifacts
Expand All @@ -140,7 +144,6 @@ jobs:
!build/output/images/*.img
- name: Build Diet PI
if: env.BUILD_DIETPI == true
shell: bash
env:
G_GITOWNER: MichaIng
Expand Down

0 comments on commit 1e961b2

Please sign in to comment.