Skip to content

Commit

Permalink
Work around the input device is not a TTY
Browse files Browse the repository at this point in the history
docker run remove `-i` flag
  • Loading branch information
letwebdev committed Nov 26, 2023
1 parent 8a7c704 commit 4faf810
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/electron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: npm run build:electron
- name: Build Electron app for Windows
run: |
docker run --rm -ti \
docker run --rm -t \
--env-file <(env | grep -iE 'DEBUG|NODE_|ELECTRON_|YARN_|NPM_|CI|CIRCLE|TRAVIS_TAG|TRAVIS|TRAVIS_REPO_|TRAVIS_BUILD_|TRAVIS_BRANCH|TRAVIS_PULL_REQUEST_|APPVEYOR_|CSC_|GH_|GITHUB_|BT_|AWS_|STRIP|BUILD_') \
--env ELECTRON_CACHE="/root/.cache/electron" \
--env ELECTRON_BUILDER_CACHE="/root/.cache/electron-builder" \
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
# TODO use environment variables
name: electron-debug-linux-unpacked
path: release/electron/v*.*.*/linux-unpacked
- name: Upload unpacked Electron app when pushing the branch "electron"
- name: Upload unpacked Electron app for Windows when pushing the branch "electron"
if: startsWith(github.ref, 'refs/heads/electron')
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 4faf810

Please sign in to comment.