mirror of
https://github.com/plexusorg/IBConverter.git
synced 2024-11-15 00:43:34 +00:00
lets try this
This commit is contained in:
parent
5773d7cbfc
commit
f746cd84a9
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@ -15,10 +15,11 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
command: build
|
command: build
|
||||||
args: --release --all-features
|
args: --release --all-features
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-release-asset@v1
|
||||||
with:
|
with:
|
||||||
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 New Issue
Block a user