Skip to content

Commit

Permalink
build(deps): bump thedoctor0/zip-release from 0.7.1 to 0.7.6
Browse files Browse the repository at this point in the history
Bumps [thedoctor0/zip-release](https://github.com/thedoctor0/zip-release) from 0.7.1 to 0.7.6.
- [Release notes](https://github.com/thedoctor0/zip-release/releases)
- [Commits](TheDoctor0/zip-release@0.7.1...0.7.6)

---
updated-dependencies:
- dependency-name: thedoctor0/zip-release
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and atodorov committed Nov 1, 2023
1 parent b9f6951 commit 0d7cefa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
args: --release --target aarch64-apple-darwin

- name: Compress
uses: thedoctor0/zip-release@0.7.1
uses: thedoctor0/zip-release@0.7.6
with:
type: "zip"
directory: "target/release/"
Expand All @@ -110,7 +110,7 @@ jobs:

- name: Compress MacOS aarch64 target
if: matrix.operating-system == 'macos-11'
uses: thedoctor0/zip-release@0.7.1
uses: thedoctor0/zip-release@0.7.6
with:
type: "zip"
directory: "target/aarch64-apple-darwin/release/"
Expand Down

0 comments on commit 0d7cefa

Please sign in to comment.