diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d19ee7b9f..8312f23f6 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -87,7 +87,7 @@ jobs: - name: install dependencies (windows only) if: matrix.platform == 'windows-latest' - run: choco install protoc cmake curl cygwin gnuwin32-m4 libgcc make mingw + run: choco install protoc cmake curl cygwin gnuwin32-m4 msys2 make mingw - name: get version run: echo "PACKAGE_VERSION=$(node -p "require('./ui/package.json').version")" >> $GITHUB_ENV @@ -203,7 +203,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: upload_url: ${{ needs.create-release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps - asset_path: "/Users/runner/work/ad4m/target/release/bundle/dmg/ADAM Launcher_${{ steps.extract_version.outputs.version }}_x64.dmg" + asset_path: "/Users/runner/work/ad4m/ad4m/target/release/bundle/dmg/ADAM Launcher_${{ steps.extract_version.outputs.version }}_x64.dmg" asset_name: ADAM\ Launcher_${{ steps.extract_version.outputs.version }}_x64.dmg asset_content_type: application/octet-stream