Skip to content

Commit 0a5ee2f

Browse files
committed
ci: update
1 parent 9d34bf4 commit 0a5ee2f

4 files changed

Lines changed: 5 additions & 14 deletions

File tree

.github/workflows/reuse_build_amd64.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
id: cache-amd64-artifacts
3535
uses: actions/upload-artifact@v3
3636
with:
37+
name: amd64
3738
path: |
3839
./release_notes
3940
build/installers/*

.github/workflows/reuse_build_arm64v8.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,5 @@ jobs:
3939
id: cache-arm64v8-artifacts
4040
uses: actions/upload-artifact@v3
4141
with:
42+
name: arm64
4243
path: build/installers/*

.github/workflows/reuse_release_amd64.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,14 @@ jobs:
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 .

.github/workflows/reuse_release_arm64v8.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,9 @@ jobs:
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

0 commit comments

Comments
 (0)