We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04dbf2c commit dfba33aCopy full SHA for dfba33a
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