Skip to content

Commit

Permalink
resolving conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
gitting-around committed Nov 5, 2021
2 parents 6b62c70 + c8aa54c commit 9cb0bee
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 9cb0bee

Please sign in to comment.