Skip to content

Commit

Permalink
update workflow for zipping to address lab500 starter kit
Browse files Browse the repository at this point in the history
  • Loading branch information
manfredsteyer committed Nov 13, 2023
1 parent f0968c2 commit b3a013e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/zip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,3 +85,18 @@ jobs:
files: "*.zip"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- uses: actions/checkout@v2
with:
fetch-depth: 0
ref: lab500-enterprise-starter
- run: npm install --force
- name: Zip Folder
run: zip -r ent-nx-sheriff-starter.zip . -x "*.zip"

- name: Release
uses: softprops/action-gh-release@v1
with:
files: "*.zip"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# See http://help.github.com/ignore-files/ for more about ignoring files.

/.nx

# Compiled output
/dist
/tmp
Expand Down

0 comments on commit b3a013e

Please sign in to comment.