File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3434 id : cache-amd64-artifacts
3535 uses : actions/upload-artifact@v3
3636 with :
37+ name : amd64
3738 path : |
3839 ./release_notes
3940 build/installers/*
Original file line number Diff line number Diff line change 3939 id : cache-arm64v8-artifacts
4040 uses : actions/upload-artifact@v3
4141 with :
42+ name : arm64
4243 path : build/installers/*
Original file line number Diff line number Diff line change 77 name : amd64
88 runs-on : ubuntu-latest
99 steps :
10- - name : mkdir installers
11- run : mkdir -p ./build/installers
12-
1310 - uses : actions/download-artifact@v3
1411 with :
15- path : ./
12+ name : amd64
13+ path : ./build/installers
1614
1715 - name : Get version
1816 id : version
1917 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 ""
2618 echo ::set-output name=release::$(cat build/installers/version)
2719 sha256sum ./build/installers/figma-linux* || echo ""
2820 ls -la .
Original file line number Diff line number Diff line change 77 name : arm64v8
88 runs-on : ubuntu-latest
99 steps :
10- - name : mkdir installers
11- run : mkdir -p ./build/installers
12-
1310 - uses : actions/download-artifact@v3
1411 with :
15- name : arm64v8
12+ name : arm64
1613 path : ./build/installers
1714
1815 - name : Get version
You can’t perform that action at this time.
0 commit comments