We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40de6f3 commit 3e09fc4Copy full SHA for 3e09fc4
1 file changed
.github/workflows/turtle-term-release.yml
@@ -88,6 +88,7 @@ jobs:
88
ls -lah dist/
89
test -n "$(find dist -name 'turtle-term-*.tar.gz' -print -quit)"
90
test -n "$(find dist -name 'turtle-term-*.tar.gz.sha256' -print -quit)"
91
+ test -n "$(find dist -name 'turtle-term-*.tar.gz.manifest.json' -print -quit)"
92
93
- name: Upload artifact
94
uses: actions/upload-artifact@v4
@@ -96,6 +97,7 @@ jobs:
96
97
path: |
98
dist/turtle-term-*.tar.gz
99
dist/turtle-term-*.tar.gz.sha256
100
+ dist/turtle-term-*.tar.gz.manifest.json
101
102
- name: Publish GitHub release assets
103
if: startsWith(github.ref, 'refs/tags/turtle-term-v')
@@ -104,3 +106,4 @@ jobs:
104
106
files: |
105
107
108
109
0 commit comments