Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthecalcaholic <6317548+theCalcaholic@users.noreply.github.com>2022-09-15 18:26:00 +0300
committerthecalcaholic <6317548+theCalcaholic@users.noreply.github.com>2022-09-15 18:31:17 +0300
commit1086361c35f533f11a35706de0a526f9a509bab0 (patch)
tree34a64d9d5747e46d2f016a9f7845e11c528630b6 /.github
parentb675d61e61e11f14581eb82faeb5407cf61e0137 (diff)
ncp-update-nc: Remove redundant debian version compatibility check
Signed-off-by: thecalcaholic <6317548+theCalcaholic@users.noreply.github.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build-sd-images.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/build-sd-images.yml b/.github/workflows/build-sd-images.yml
index fad3d2c8..341cec09 100644
--- a/.github/workflows/build-sd-images.yml
+++ b/.github/workflows/build-sd-images.yml
@@ -75,6 +75,12 @@ jobs:
mv "${artifacts[0]}" "output/$IMG"
echo "::set-output name=artifact_file::${IMG}"
echo "ARTIFACT_FILE=${IMG}" >> $GITHUB_ENV
+ - name: "Upload Armbian logs"
+ if: ${{ inputs.board_id != 'raspberrypi' && steps.build-armbian-2nd.outcome == 'failure' }}
+ uses: actions/upload-artifact@v3
+ with:
+ name: ${{ github.run_id }}-${{ inputs.board_id }}-logs
+ path: armbian/output
- name: Build RPI SD Image
if: ${{ inputs.board_id == 'raspberrypi' }}
id: build-rpi