Skip to content

Commit

Permalink
excluded test files in release
Browse files Browse the repository at this point in the history
  • Loading branch information
LWJ-Nicholas committed Feb 4, 2024
1 parent 8e70eea commit df8af7a
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ jobs:
- name: Archive site content
uses: thedoctor0/zip-release@master
with:
exclude_files: |
test_*
filename: content.zip

- name: upload release asset
Expand All @@ -85,11 +87,6 @@ jobs:
asset_path: ./content.zip
asset_name: ${{ env.RELEASE_VERSION }}.zip
asset_content_type: applications/zip

- name: Install Library Dependencies
run: |
python -m pip install --upgrade pip
python -m pip install -r requirements.txt

- name: Build
run: |
Expand Down

0 comments on commit df8af7a

Please sign in to comment.