mirror of
https://github.com/plexusorg/IBConverter.git
synced 2025-04-15 20:33:00 +00:00
Update build.yml
This commit is contained in:
parent
bfc9279a17
commit
5592d70c63
12
.github/workflows/build.yml
vendored
12
.github/workflows/build.yml
vendored
@ -7,7 +7,7 @@ jobs:
|
|||||||
name: IBConverter Windows
|
name: IBConverter Windows
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v4
|
||||||
- uses: actions-rs/toolchain@v1
|
- uses: actions-rs/toolchain@v1
|
||||||
with:
|
with:
|
||||||
toolchain: stable
|
toolchain: stable
|
||||||
@ -15,7 +15,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
command: build
|
command: build
|
||||||
args: --release --all-features
|
args: --release --all-features
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: IBConverter-Windows
|
name: IBConverter-Windows
|
||||||
path: target/release/IBConverter.exe
|
path: target/release/IBConverter.exe
|
||||||
@ -23,7 +23,7 @@ jobs:
|
|||||||
name: IBConverter Mac
|
name: IBConverter Mac
|
||||||
runs-on: macos-latest
|
runs-on: macos-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v4
|
||||||
- uses: actions-rs/toolchain@v1
|
- uses: actions-rs/toolchain@v1
|
||||||
with:
|
with:
|
||||||
toolchain: stable
|
toolchain: stable
|
||||||
@ -31,7 +31,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
command: build
|
command: build
|
||||||
args: --release --all-features
|
args: --release --all-features
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: IBConverter-macOS
|
name: IBConverter-macOS
|
||||||
path: target/release/IBConverter
|
path: target/release/IBConverter
|
||||||
@ -39,7 +39,7 @@ jobs:
|
|||||||
name: IBConverter Linux
|
name: IBConverter Linux
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v4
|
||||||
- uses: actions-rs/toolchain@v1
|
- uses: actions-rs/toolchain@v1
|
||||||
with:
|
with:
|
||||||
toolchain: stable
|
toolchain: stable
|
||||||
@ -47,7 +47,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
command: build
|
command: build
|
||||||
args: --release --all-features
|
args: --release --all-features
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: IBConverter-Linux
|
name: IBConverter-Linux
|
||||||
path: target/release/IBConverter
|
path: target/release/IBConverter
|
||||||
|
Loading…
x
Reference in New Issue
Block a user