We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0691aa7 + dfba33a commit 9d34bf4Copy full SHA for 9d34bf4
1 file changed
.github/workflows/reuse_release_amd64.yml
@@ -18,6 +18,11 @@ jobs:
18
id: version
19
run: |
20
ls -la .
21
+ ls -la ./artifact || echo ""
22
+ ls -la ./artifact/build || echo ""
23
+ ls -la ./artifact/build/installers || echo ""
24
+ ls -la ./build || echo ""
25
+ ls -la ./build/installers || echo ""
26
echo ::set-output name=release::$(cat build/installers/version)
27
sha256sum ./build/installers/figma-linux* || echo ""
28
0 commit comments