Skip to content

Commit

Permalink
Add missing changelog & readme to release package
Browse files Browse the repository at this point in the history
  • Loading branch information
coffiarts committed Dec 21, 2023
1 parent 0a18cbd commit f8dd68d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ jobs:
with:
fetch-depth: 0

- name: Copy Readme & Changelog to src dir before zipping
run: |
cp "./README.md" "./src/lock-the-sheets/"
cp "./CHANGELOG.md" "./src/lock-the-sheets/"
- name: Zip Files
working-directory: ./
run: zip -r ./module.zip ./src/lock-the-sheets/*
Expand Down

0 comments on commit f8dd68d

Please sign in to comment.