mirror of
https://github.com/plexusorg/IBConverter.git
synced 2024-11-14 16:33:34 +00:00
Update build.yml
This commit is contained in:
parent
277f6a00d1
commit
00f4310344
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@ -15,12 +15,10 @@ jobs:
|
||||
with:
|
||||
command: build
|
||||
args: --release --all-features
|
||||
- uses: actions/upload-release-asset@v1
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
upload_url: ${{ steps.build }}
|
||||
asset_path: target/release/IBConverter.exe
|
||||
asset_name: IBConverter.exe
|
||||
asset_content_type: application/octet-stream
|
||||
name: IBConverter-Windows
|
||||
path: target/release/IBConverter.exe
|
||||
build_macos:
|
||||
name: IBConverter Mac
|
||||
runs-on: macos-latest
|
||||
|
Loading…
Reference in New Issue
Block a user