Skip to content

Commit

Permalink
install zip command on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
lemccomb committed Aug 26, 2024
1 parent 4f2de5f commit 0b0865b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/rerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Install Zip command
if: ${{ matrix.os == 'windows-latest' }}
run: choco install zip

- name: Get list of tags
run: |
oldest=v1.2.3
Expand Down

0 comments on commit 0b0865b

Please sign in to comment.