Skip to content

Commit

Permalink
[rend2] Fix useless uploads in build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SomaZ committed Feb 18, 2024
1 parent 72df134 commit f99fe1e
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -395,26 +395,6 @@ jobs:
artifact_name: OpenJO-rend2-macos-x86_64.tar.gz
zip: false

- artifact_dir: OpenJO-windows-x86-Release-Non-Portable/JediOutcast
artifact_name: OpenJO-windows-x86.zip
zip: true

- artifact_dir: OpenJO-windows-x86_64-Release-Non-Portable/JediOutcast
artifact_name: OpenJO-windows-x86_64.zip
zip: true

- artifact_dir: OpenJO-linux-x86-Release-Non-Portable
artifact_name: OpenJO-linux-x86.tar.gz
zip: false

- artifact_dir: OpenJO-linux-x86_64-Release-Non-Portable
artifact_name: OpenJO-linux-x86_64.tar.gz
zip: false

- artifact_dir: OpenJO-macos-x86_64-Release-Non-Portable
artifact_name: OpenJO-macos-x86_64.tar.gz
zip: false

steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit f99fe1e

Please sign in to comment.