Skip to content

Commit aedf9b3

Browse files
committed
Build on ubuntu 22-04
1 parent f1e6d49 commit aedf9b3

1 file changed

Lines changed: 15 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,21 @@ jobs:
9595
shell: bash
9696
run: ls ${{github.workspace}}/build
9797

98-
- name: Upload build artifacts
99-
uses: actions/upload-artifact@v6
98+
# merge all into one upload
99+
upload_artifacts:
100+
needs: build
101+
runs-on: ubuntu-22.04
102+
steps:
103+
- uses: actions/checkout@v6
104+
- name: Download build artifacts
105+
uses: actions/download-artifact@v7
100106
with:
101-
name: build-artifacts-${{ matrix.build-type }}
102-
path: ${{github.workspace}}/build
107+
name: build-artifacts-Release
108+
109+
#- name: Upload build artifacts
110+
#uses: actions/upload-artifact@v6
111+
#with:
112+
#name: build-artifacts-${{ matrix.build-type }}
113+
#path: ${{github.workspace}}/build
103114

104115

0 commit comments

Comments
 (0)