Skip to content

Commit

Permalink
Merge branch 'development' of https://github.com/INTO-CPS-Association…
Browse files Browse the repository at this point in the history
…/fmu-rabbitmq into development
  • Loading branch information
gitting-around committed Oct 27, 2021
2 parents b9fa9eb + 72c40db commit c8aa54c
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,27 @@ jobs:
with:
name: rabbitmq.dll
path: build/win-x64/rabbitmq-fmu/rabbitmq.dll

- name: Upload artifact windows
if: matrix.os == 'windows-latest'
uses: actions/upload-artifact@v2
with:
name: it-test-rabbitmq.exe
path: build/win-x64/rabbitmq-fmu/it-test-rabbitmq.exe

- name: Upload artifact windows
if: matrix.os == 'windows-latest'
uses: actions/upload-artifact@v2
with:
name: unit-test-rabbitmq.exe
path: build/win-x64/rabbitmq-fmu/unit-test-rabbitmq.exe

- name: Upload artifact windows
if: matrix.os == 'windows-latest'
uses: actions/upload-artifact@v2
with:
name: it-test-rabbitmq-core.exe
path: build/win-x64/rabbitmq-core/it-test-rabbitmq-core.exe

- name: Update version on modelDescription.xml
shell: bash
Expand Down

0 comments on commit c8aa54c

Please sign in to comment.