From bfeb9aa8d4016a2fc822a1e183ffb6faad5a450a Mon Sep 17 00:00:00 2001 From: gitting-around Date: Tue, 5 Oct 2021 19:53:38 +0200 Subject: [PATCH] minor --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a5df739..a93a982 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -228,7 +228,7 @@ jobs: with: submodules: true fetch-depth: 0 - + - name: Download dll uses: actions/download-artifact@v2 with: @@ -273,7 +273,7 @@ jobs: - name: Get version of the tool run: | - cd fmu-rabbitmq/ + cd rabbitmq-fmu/ echo "::set-output name=VERSION::$(git describe --tags --long)" id: version