mirror of
https://github.com/ksherlock/wdc-utils.git
synced 2025-01-14 05:31:44 +00:00
bump github actions
This commit is contained in:
parent
3ab26264f6
commit
42347e4d40
2
.github/workflows/make.yml
vendored
2
.github/workflows/make.yml
vendored
@ -10,7 +10,7 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
os: [macos-latest, ubuntu-latest]
|
os: [macos-latest, ubuntu-latest]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
- name: make
|
- name: make
|
||||||
|
4
.github/workflows/msys2.yml
vendored
4
.github/workflows/msys2.yml
vendored
@ -10,7 +10,7 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
msys: [MSYS, MINGW32, MINGW64]
|
msys: [MSYS, MINGW32, MINGW64]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
|
|
||||||
@ -26,7 +26,7 @@ jobs:
|
|||||||
run: msys2 -c 'make'
|
run: msys2 -c 'make'
|
||||||
|
|
||||||
- name: Artifacts
|
- name: Artifacts
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: binaries - ${{ matrix.msys }}
|
name: binaries - ${{ matrix.msys }}
|
||||||
path: "*.exe"
|
path: "*.exe"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user