Skip to content

Commit

Permalink
Avoid double Windows uploads on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sixlettervariables committed Jul 9, 2023
1 parent 13bfba2 commit 26c6d32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: mm-release-win-${{ matrix.java-distribution }}-jdk${{ matrix.java-version }}
path: ./megamek/megamek/build/distributions/*.zip
path: ./megamek/megamek/build/distributions/megamek-windows-*.zip

# Put the non-Windows release in an artifact
- name: Upload Nix/Mac Release
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,4 @@ jobs:
if: always() && matrix.os == 'windows-latest'
with:
name: mm-release-win-${{ matrix.java-distribution }}-jdk${{ matrix.java-version }}
path: megamek/megamek/build/distributions/*.zip
path: megamek/megamek/build/distributions/megamek-windows-*.zip

0 comments on commit 26c6d32

Please sign in to comment.