Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
agrastiOs committed Feb 29, 2024
1 parent 4981964 commit a6d952e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

- name: Zip output
run: |
zip -qq -y -r "${{ github.event.repository.name }}-${{ env.NOW }}.zip" -x ".git*" custom cfg README.md
zip -qq -y -r "${{ github.event.repository.name }}-${{ env.NOW }}.zip" -x ".git*" custom cfg "README.md"
working-directory: ${{ env.SCRIPTS_PATH }}

- name: List files in the directory
Expand Down

0 comments on commit a6d952e

Please sign in to comment.