File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2020 strategy :
2121 matrix :
2222 build_target : [ ':plugin-core:buildPlugin', ':plugin-toolkit:intellij-standalone:buildPlugin', ':plugin-amazonq:buildPlugin' ]
23- supported_versions : [ '2024.1', '2024.2', '2024.3', '2025.1' ]
23+ version : [ '2024.1', '2024.2', '2024.3', '2025.1' ]
2424 runs-on : ubuntu-latest
2525 steps :
2626 - uses : actions/checkout@v4
@@ -41,10 +41,10 @@ jobs:
4141 dotnet-version : ' 6.x'
4242 - name : Generate artifact
4343 run : |
44- ./gradlew -PideProfileName=${{ matrix.supported_versions }} ${{ matrix.build_target }}
44+ ./gradlew -PideProfileName=${{ matrix.version }} ${{ matrix.build_target }}
4545 - name : Fix artifact name
4646 env :
47- ARTIFACT_NAME : " ${{ matrix.build_target }}"
47+ ARTIFACT_NAME : " ${{ matrix.build_target }}-${{ matrix.version }} "
4848 run : |
4949 echo "ARTIFACT_NAME=${ARTIFACT_NAME//:}" >> $GITHUB_ENV
5050 - name : Upload artifact
You can’t perform that action at this time.
0 commit comments