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
|
||||
runs-on: windows-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: stable
|
||||
@ -15,7 +15,7 @@ jobs:
|
||||
with:
|
||||
command: build
|
||||
args: --release --all-features
|
||||
- uses: actions/upload-artifact@v3
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: IBConverter-Windows
|
||||
path: target/release/IBConverter.exe
|
||||
@ -23,7 +23,7 @@ jobs:
|
||||
name: IBConverter Mac
|
||||
runs-on: macos-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: stable
|
||||
@ -31,7 +31,7 @@ jobs:
|
||||
with:
|
||||
command: build
|
||||
args: --release --all-features
|
||||
- uses: actions/upload-artifact@v3
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: IBConverter-macOS
|
||||
path: target/release/IBConverter
|
||||
@ -39,7 +39,7 @@ jobs:
|
||||
name: IBConverter Linux
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: stable
|
||||
@ -47,7 +47,7 @@ jobs:
|
||||
with:
|
||||
command: build
|
||||
args: --release --all-features
|
||||
- uses: actions/upload-artifact@v3
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: IBConverter-Linux
|
||||
path: target/release/IBConverter
|
||||
|
Loading…
x
Reference in New Issue
Block a user