Skip to content

Commit

Permalink
Adjust release package building
Browse files Browse the repository at this point in the history
  • Loading branch information
Kovah committed Jul 17, 2024
1 parent a129a19 commit a8e8a3c
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/build-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,16 @@ jobs:
- name: Remove .env file
run: rm .env

- uses: thedoctor0/zip-release@master
with:
filename: linkace.zip
exclusions: '*.git*'

- uses: actions/upload-artifact@v3
with:
name: linkace-package
retention-days: 7
path: |
.
!.git
path: linkace.zip

build-package-docker:
name: Build final dist package for Docker setup
Expand Down

0 comments on commit a8e8a3c

Please sign in to comment.