Skip to content

Commit

Permalink
feature: update dist upload and download test
Browse files Browse the repository at this point in the history
  • Loading branch information
wangqi committed Jan 30, 2025
1 parent d7436e6 commit 9fbdc89
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci-maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ on:
jobs:
build:
if: github.repository == 'flowerfine/carp'
strategy:
matrix:
os: [ ubuntu-latest, macos-latest, windows-latest ]
jdk: [ 17 ]
# strategy:
# matrix:
# os: [ ubuntu-latest, macos-latest, windows-latest ]
# jdk: [ 17 ]
runs-on: ${{ inputs.os }}
outputs:
dist_name: ${{ steps.output-dist-name.outputs.dist_name }}
Expand Down

0 comments on commit 9fbdc89

Please sign in to comment.