artifact v4
This commit is contained in:
parent
68325e067a
commit
2f1436a4fa
10
.github/workflows/main.yml
vendored
10
.github/workflows/main.yml
vendored
@ -18,7 +18,7 @@ jobs:
|
|||||||
name: check-clang-format
|
name: check-clang-format
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v4
|
||||||
- name: Run clang-format style check.
|
- name: Run clang-format style check.
|
||||||
uses: jidicula/clang-format-action@v4.5.0
|
uses: jidicula/clang-format-action@v4.5.0
|
||||||
with:
|
with:
|
||||||
@ -33,7 +33,7 @@ jobs:
|
|||||||
# Steps represent a sequence of tasks that will be executed as part of the job
|
# Steps represent a sequence of tasks that will be executed as part of the job
|
||||||
steps:
|
steps:
|
||||||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
uses: awalsh128/cache-apt-pkgs-action@latest
|
uses: awalsh128/cache-apt-pkgs-action@latest
|
||||||
@ -57,7 +57,7 @@ jobs:
|
|||||||
done;
|
done;
|
||||||
|
|
||||||
- name: Upload binary
|
- name: Upload binary
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: akashi-linux
|
name: akashi-linux
|
||||||
path: bin/
|
path: bin/
|
||||||
@ -112,7 +112,7 @@ jobs:
|
|||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v4
|
||||||
- uses: ilammy/msvc-dev-cmd@v1
|
- uses: ilammy/msvc-dev-cmd@v1
|
||||||
|
|
||||||
- name: Cache Qt
|
- name: Cache Qt
|
||||||
@ -151,7 +151,7 @@ jobs:
|
|||||||
copy .\openssl-1.1\x64\bin\libssl-1_1-x64.dll .\bin\libssl-1_1-x64.dll
|
copy .\openssl-1.1\x64\bin\libssl-1_1-x64.dll .\bin\libssl-1_1-x64.dll
|
||||||
|
|
||||||
- name: Upload zip
|
- name: Upload zip
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: akashi-windows
|
name: akashi-windows
|
||||||
path: bin\
|
path: bin\
|
||||||
|
Loading…
Reference in New Issue
Block a user