Skip to content

Commit

Permalink
working on customization script
Browse files Browse the repository at this point in the history
  • Loading branch information
SelfhostedPro committed Apr 27, 2024
1 parent e2f730d commit 3590ed2
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/armbian_custom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -220,15 +220,15 @@ jobs:
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: armbian_artifacts
uses: actions/upload-artifact@v4
with:
name: "armbian-${{ env.board }}-${{ matrix.ui }}-${{ matrix.release }}-${{ matrix.kernel }}"
path: |
build/output/images/*
!build/output/images/*.img
# # Upload Armbian images to artifacts (we'll download them and add them to the release later).
# - name: Upload Armbian Artifacts for Release
# id: armbian_artifacts
# uses: actions/upload-artifact@v4
# with:
# name: "armbian-${{ env.board }}-${{ matrix.ui }}-${{ matrix.release }}-${{ matrix.kernel }}"
# path: |
# build/output/images/*
# !build/output/images/*.img

- name: Decompress Image
if: ${{ env.build_dietpi == 'true' }}
Expand Down Expand Up @@ -268,7 +268,7 @@ jobs:
./DietPi*.sha256
outputs:
armbian-artifacts: ${{ steps.armbian_artifacts.outputs.artifact-id }}
# armbian-artifacts: ${{ steps.armbian_artifacts.outputs.artifact-id }}
dietpi-artifacts: ${{ steps.dietpi_artifacts.outputs.artifact-id }}

release:
Expand Down

0 comments on commit 3590ed2

Please sign in to comment.