Skip to content

Commit

Permalink
CI Fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
constant-null committed Mar 29, 2024
1 parent bd85d46 commit ba0f0b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
- name: Build All
# Create a zip file with all files required by the module to add to the release
run: zip ${{steps.get_vars.outputs.ZIP_NAME}} -r assets lang module packs sockets styles templates system.json template.json
run: zip ${{steps.get_vars.outputs.ZIP_NAME}} -r lang module public templates system.json efs.js efs.css template.json

# Create a release for this specific version
- name: Update Release with Files
Expand Down

0 comments on commit ba0f0b0

Please sign in to comment.