diff --git a/.github/workflows/mod-release-pipeline.yml b/.github/workflows/mod-release-pipeline.yml index 451b83914..5e133f0b7 100644 --- a/.github/workflows/mod-release-pipeline.yml +++ b/.github/workflows/mod-release-pipeline.yml @@ -210,7 +210,7 @@ jobs: ./.github/scripts/releases/extract_build_unix.sh ./ci-artifacts/linux ./ci-artifacts/opengoal-linux-static ./ pushd ci-artifacts/linux TAG_VAL=${{ needs.create_release.outputs.bundleTagName }} - tar czf ${{ inputs.outputDir }}/dist/linux-${TAG_VAL}.tar.gz ./ci-artifacts/linux + tar czf ${{ inputs.outputDir }}/dist/linux-${TAG_VAL}.tar.gz . popd - name: Upload Bundle @@ -266,7 +266,7 @@ jobs: ./.github/scripts/releases/extract_build_unix.sh ./ci-artifacts/macos-intel ./ci-artifacts/opengoal-macos-static ./ pushd ci-artifacts/macos-intel TAG_VAL=${{ needs.create_release.outputs.bundleTagName }} - tar czf ${{ inputs.outputDir }}/dist/macos-intel-${TAG_VAL}.tar.gz ./ci-artifacts/macos-intel + tar czf ${{ inputs.outputDir }}/dist/macos-intel-${TAG_VAL}.tar.gz . popd - name: Upload Bundle