Skip to content

Commit a7b853c

Browse files
Fix uploading artifact
1 parent 0703d6f commit a7b853c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/NanoPi-Build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,4 +281,4 @@ jobs:
281281
replacesArtifacts: true
282282
token: ${{ secrets.GITHUB_TOKEN }}
283283
bodyFile: "openwrt-${{ env.OPENWRT_BRANCH }}/release-info.md"
284-
artifacts: ./artifact/*.gz
284+
artifacts: ./artifact/*.img.gz

0 commit comments

Comments
 (0)