diff --git a/action.yaml b/action.yaml index 0aaba5c..c4b2d56 100644 --- a/action.yaml +++ b/action.yaml @@ -29,15 +29,13 @@ runs: working-directory: ${{ github.action_path }} run: | set -x - apt-get update && apt-get install libfuse2 - modprobe fuse - INSTALL_PATH=${INSTALL_PATH:-/opt/${TARGET%%:*}} ./setup-browser install \ -cache-path cache \ -install-to "$INSTALL_PATH" \ "${TARGET}" echo "$(dirname "$INSTALL_PATH")" >> "$GITHUB_PATH" + echo "APPIMAGE_EXTRACT_AND_RUN=true" >> "$GITHUB_ENV" shell: bash env: TARGET: ${{ inputs.target }}