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