We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a615e98 commit 81bf1f4Copy full SHA for 81bf1f4
.github/workflows/release.yml
@@ -110,4 +110,6 @@ jobs:
110
uses: softprops/action-gh-release@v1
111
if: startsWith(github.ref, 'refs/tags/')
112
with:
113
- files: ./ci-artifacts/AppManifest/AppManifest.json
+ files: |
114
+ ./ci-artifacts/AppManifest/AppManifest.json
115
+ ./ci-artifacts/sampleapp-amd64/sampleapp.tar
0 commit comments