mirror of
https://github.com/plexusorg/IBConverter.git
synced 2024-12-21 23:35:06 +00:00
Update build.yml
This commit is contained in:
parent
277f6a00d1
commit
00f4310344
1 changed files with 3 additions and 5 deletions
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
|
@ -15,12 +15,10 @@ jobs:
|
||||||
with:
|
with:
|
||||||
command: build
|
command: build
|
||||||
args: --release --all-features
|
args: --release --all-features
|
||||||
- uses: actions/upload-release-asset@v1
|
- uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
upload_url: ${{ steps.build }}
|
name: IBConverter-Windows
|
||||||
asset_path: target/release/IBConverter.exe
|
path: target/release/IBConverter.exe
|
||||||
asset_name: IBConverter.exe
|
|
||||||
asset_content_type: application/octet-stream
|
|
||||||
build_macos:
|
build_macos:
|
||||||
name: IBConverter Mac
|
name: IBConverter Mac
|
||||||
runs-on: macos-latest
|
runs-on: macos-latest
|
||||||
|
|
Loading…
Reference in a new issue