Skip to content

Commit

Permalink
update GH actions
Browse files Browse the repository at this point in the history
- install depencies before packaging
  • Loading branch information
Chaphasilor committed May 25, 2021
1 parent f04db25 commit 5e809be
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,11 @@ jobs:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2

# Runs a single command using the runners shell
- name: Install dependencies
run: npm ci
- name: Package project into executables
run: npx pkg . --compress brotli

# Runs a set of commands using the runners shell
- name: Run a multi-line script
run: |
echo Add other actions to build,
echo test, and deploy your project.
- name: Upload Linux Build Artifact to release
uses: svenstaro/upload-release-action@v2
with:
Expand Down

0 comments on commit 5e809be

Please sign in to comment.