Skip to content

Commit 81bf1f4

Browse files
authored
add image tarball to release
1 parent a615e98 commit 81bf1f4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,4 +110,6 @@ jobs:
110110
uses: softprops/action-gh-release@v1
111111
if: startsWith(github.ref, 'refs/tags/')
112112
with:
113-
files: ./ci-artifacts/AppManifest/AppManifest.json
113+
files: |
114+
./ci-artifacts/AppManifest/AppManifest.json
115+
./ci-artifacts/sampleapp-amd64/sampleapp.tar

0 commit comments

Comments
 (0)