Skip to content

Commit

Permalink
🐞 fix: Remove 7z from console workflow for linux and windows
Browse files Browse the repository at this point in the history
  • Loading branch information
caoccao committed Oct 16, 2024
1 parent 0b03229 commit 9f9756d
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/console_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,23 +70,11 @@ jobs:
cd console
gradle build --debug
- name: Remove Binary Files for Linux
uses: edgarrc/action-7z@v1
if: matrix.name == 'Linux x86_64'
with:
args: 7z d console/build/libs/*.jar ${{ matrix.zip_exclude_files }}

- name: Remove Binary Files for MacOS
if: matrix.name == 'MacOS x86_64' || matrix.name == 'MacOS arm64'
run: |
7z d console/build/libs/*.jar ${{ matrix.zip_exclude_files }}
- name: Remove Binary Files for Windows
if: matrix.name == 'Windows x86_64'
shell: bash
run: |
7z d console/build/libs/*.jar ${{ matrix.zip_exclude_files }}
- name: Upload the Artifact
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 9f9756d

Please sign in to comment.