Skip to content

Commit

Permalink
fix zip
Browse files Browse the repository at this point in the history
  • Loading branch information
0GiS0 committed Jul 27, 2023
1 parent 639def1 commit d34347a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs

name: Generate Angular release

on:
Expand All @@ -22,7 +19,7 @@ jobs:
- run: npm ci
- run: npm run build --if-present
- name: Zip dist
run: zip -r dist.zip dist/angular-tour-of-heroes/*
run: cd dist/angular-tour-of-heroes ; zip -r ../../dist.zip . * ; cd ../../
- name: Check package version
uses: technote-space/package-version-check-action@v1
- name: Build changelog
Expand Down

0 comments on commit d34347a

Please sign in to comment.