Skip to content

Commit

Permalink
perf: tweak release workflow archive_binaries step's glob syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
chuangcaleb committed Jan 26, 2024
1 parent 4d360e3 commit 4df8c13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
with:
type: "zip"
filename: ${{ env.PROJECT_NAME }}-dpv${{ steps.get_tag.outputs.tag_name }}.zip
exclusions: "*.git* /scripts/* **/*.jpeg notes.md"
exclusions: "**.git* scripts/* **.jpeg notes.md"

- name: Release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 4df8c13

Please sign in to comment.