Skip to content

Commit

Permalink
chore(ci): delete useless command
Browse files Browse the repository at this point in the history
  • Loading branch information
ysfscream committed Jul 27, 2023
1 parent 585d11b commit 5ce4c87
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build_packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,7 @@ jobs:
run: |
docker run --rm -i \
--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" \
--env GH_TOKEN=${{ secrets.GITHUB_TOKEN }} \
-v ${PWD}:/project \
-v ${PWD##*/}-node-modules:/project/node_modules \
-v ~/.cache/electron:/root/.cache/electron \
-v ~/.cache/electron-builder:/root/.cache/electron-builder \
electronuserland/builder:16-wine \
bash -c "yarn && yarn electron:build-linux && yarn electron:build-win"
- uses: aws-actions/configure-aws-credentials@v2
Expand Down

0 comments on commit 5ce4c87

Please sign in to comment.