Skip to content

Commit

Permalink
CI: Renamed workflow steps to be more consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
rdw-software committed Jun 16, 2021
1 parent 99b4fc3 commit 0dfdf13
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,19 +35,19 @@ jobs:
with:
node-version: 14

- name: Install packages
- name: Install dependencies
run: npm install

- name: Run predefined build process
- name: Make executables
run: npm run make

- name: Create release assets
- name: Create zip archives
uses: papeloto/action-zip@v1
with:
files: dist/${{ matrix.build-dir }}
dest: dist/WebClient-${{ matrix.os-prefix }}.zip

- name: Publish release assets
- name: Publish new release
uses: softprops/action-gh-release@v1
# # If the commit is tagged with a version (e.g. "v1.0.0"),
# # release the app after building
Expand Down

0 comments on commit 0dfdf13

Please sign in to comment.