mirror of
https://github.com/plexusorg/IBConverter.git
synced 2024-11-14 16:33: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:
|
||||
command: build
|
||||
args: --release --all-features
|
||||
- uses: actions/upload-artifact@v3
|
||||
- uses: actions/upload-release-asset@v1
|
||||
with:
|
||||
name: IBConverter-Windows
|
||||
path: target/release/IBConverter.exe
|
||||
asset_path: target/release/IBConverter.exe
|
||||
asset_name: IBConverter.exe
|
||||
asset_content_type: application/octet-stream
|
||||
build_macos:
|
||||
name: IBConverter Mac
|
||||
runs-on: macos-latest
|
||||
|
Loading…
Reference in New Issue
Block a user