Skip to content

Commit

Permalink
chore(deps): update thedoctor0/zip-release action to v0.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and zdz committed Jan 27, 2024
1 parent fdf9949 commit c612f05
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ jobs:
- name: Zip Release For Server (Linux)
if: matrix.os == 'ubuntu-latest' && contains(matrix.target, 'linux')
uses: TheDoctor0/[email protected].1
uses: TheDoctor0/[email protected].6
with:
type: zip
filename: server-${{ matrix.target }}.zip
Expand All @@ -160,7 +160,7 @@ jobs:
- name: Zip Release For Client (Linux)
if: matrix.os == 'ubuntu-latest' && contains(matrix.target, 'linux')
uses: TheDoctor0/[email protected].1
uses: TheDoctor0/[email protected].6
with:
type: zip
filename: client-${{ matrix.target }}.zip
Expand All @@ -171,7 +171,7 @@ jobs:
- name: Zip Release For Server (MacOS/Window)
if: true && !contains(matrix.target, 'linux')
uses: TheDoctor0/[email protected].1
uses: TheDoctor0/[email protected].6
with:
type: zip
filename: server-${{ matrix.target }}.zip
Expand All @@ -182,7 +182,7 @@ jobs:
- name: Zip Release For Client (MacOS/Window)
if: true && !contains(matrix.target, 'linux')
uses: TheDoctor0/[email protected].1
uses: TheDoctor0/[email protected].6
with:
type: zip
filename: client-${{ matrix.target }}.zip
Expand Down

0 comments on commit c612f05

Please sign in to comment.