diff --git a/.github/actions/finalize/action.yml b/.github/actions/finalize/action.yml index 642a5c10..063a8d7c 100644 --- a/.github/actions/finalize/action.yml +++ b/.github/actions/finalize/action.yml @@ -40,10 +40,3 @@ runs: env: GITHUB_TOKEN: ${{ fromJSON(inputs.secrets).FLOWZONE_TOKEN }} - - - name: Update release notes - if: runner.os == 'Linux' - uses: softprops/action-gh-release@v1 - with: - generate_release_notes: true - token: ${{ fromJSON(inputs.secrets).FLOWZONE_TOKEN }} diff --git a/.github/actions/publish/action.yml b/.github/actions/publish/action.yml index e8b2c1b8..a7b9bfe4 100644 --- a/.github/actions/publish/action.yml +++ b/.github/actions/publish/action.yml @@ -75,7 +75,7 @@ runs: pushd ../resinci-deploy && npm ci && npm link && popd - if [ $runner_os =~ linux|macos ]]; then + if [[ $runner_os =~ linux|macos ]]; then chmod +x "$(dirname "$(which node)")/resinci-deploy" && which resinci-deploy fi @@ -177,7 +177,7 @@ runs: npm link electron-builder for target in ${TARGETS}; do - electron-builder ${ELECTRON_BUILDER_OS} ${ARCHITECTURE_FLAGS} \ + electron-builder ${ELECTRON_BUILDER_OS} ${target} ${ARCHITECTURE_FLAGS} \ --c.extraMetadata.analytics.sentry.token='${{ steps.sentry.outputs.dsn }}' \ --c.extraMetadata.packageType="${target}"