File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 3939 default : " "
4040
4141jobs :
42- publish_plugin_and_cli :
42+ publish_plugin :
4343 strategy :
4444 fail-fast : false # force to execute all jobs even though some of them have failed
4545 matrix :
@@ -65,11 +65,13 @@ jobs:
6565 if : ${{ github.event.inputs.custom_version != '' }}
6666 run : |
6767 echo "VERSION=${{ github.event.inputs.custom_version }}" >> $GITHUB_ENV
68+ echo "VERSION_ARCHIVE=${{ github.event.inputs.custom_version }}" >> $GITHUB_ENV
6869 - name : Setup version
6970 if : ${{ github.event.inputs.custom_version == '' }}
7071 shell : bash
7172 run : |
72- echo "VERSION=${GITHUB_REF_NAME:0:4}-$(date +%Y).$(date +%-m).${GITHUB_RUN_NUMBER}" >> $GITHUB_ENV
73+ echo "VERSION=$(date +%Y).$(date +%-m).${GITHUB_RUN_NUMBER}" >> $GITHUB_ENV
74+ echo "VERSION_ARCHIVE=${GITHUB_REF_NAME:0:4}-$(date +%Y).$(date +%-m).${GITHUB_RUN_NUMBER}" >> $GITHUB_ENV
7375
7476 - name : Print environment variables
7577 run : printenv
8587 if : ${{ inputs.upload-artifact == 'true' }}
8688 uses : actions/upload-artifact@v3
8789 with :
88- name : utbot-intellij-${{ matrix.configuration.plugin_type }}-${{ env.VERSION }}
90+ name : utbot-intellij-${{ matrix.configuration.plugin_type }}-${{ env.VERSION_ARCHIVE }}
8991 path : utbot-intellij/build/distributions/*
You can’t perform that action at this time.
0 commit comments