mirror of
https://github.com/sstent/nixos-on-odroid-m1.git
synced 2026-01-25 06:31:40 +00:00
Update BuildSDImage.yml
Trying no post upload download step and just releae directly
This commit is contained in:
18
.github/workflows/BuildSDImage.yml
vendored
18
.github/workflows/BuildSDImage.yml
vendored
@@ -40,15 +40,15 @@ jobs:
|
||||
name: sd-image-ARM64_img
|
||||
path: ./result/sd-image/*.img*
|
||||
|
||||
- name: Download artifact # yes, this is really necessary
|
||||
uses: actions/download-artifact@v2
|
||||
with:
|
||||
name: sd-image-ARM64_img
|
||||
path: release-files
|
||||
# - name: Download artifact # yes, this is really necessary
|
||||
# uses: actions/download-artifact@v2
|
||||
# with:
|
||||
# name: sd-image-ARM64_img
|
||||
# path: release-files
|
||||
|
||||
- name: Display structure of downloaded files
|
||||
run: ls -lah
|
||||
working-directory: release-files
|
||||
# - name: Display structure of downloaded files
|
||||
# run: ls -lah
|
||||
# working-directory: release-files
|
||||
|
||||
- name: Release
|
||||
uses: softprops/action-gh-release@v1
|
||||
@@ -58,7 +58,7 @@ jobs:
|
||||
tag_name: Latest_ARM64
|
||||
body: Auto-generated image build
|
||||
prerelease: true
|
||||
files: ./release-files/*
|
||||
files: ./result/sd-image/*.img*
|
||||
|
||||
|
||||
# - uses: "marvinpinto/action-automatic-releases@latest"
|
||||
|
||||
Reference in New Issue
Block a user