ci: fix mingw folder name (#5607)
This commit is contained in:
		| @@ -14,7 +14,7 @@ if [ -z $GIT_TAG_NAME ]; then | ||||
|     RELEASE_NAME=head | ||||
| else | ||||
|     RELEASE_NAME=$(echo $GIT_TAG_NAME | cut -d- -f1) | ||||
|     if [ "$NAME" = "MinGW build" ]; then | ||||
|     if [ "$NAME" = "linux-mingw" ]; then | ||||
|         RELEASE_NAME="${RELEASE_NAME}-mingw" | ||||
|     fi | ||||
| fi | ||||
|   | ||||
							
								
								
									
										2
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							| @@ -35,6 +35,8 @@ jobs: | ||||
|       - name: Pack | ||||
|         run: ./.ci/${{ matrix.image }}/upload.sh | ||||
|         if: ${{ matrix.image != 'linux-frozen' && matrix.image != 'linux-clang-format' }} | ||||
|         env: | ||||
|           NAME: ${{ matrix.image }} | ||||
|       - name: Upload | ||||
|         uses: actions/upload-artifact@v2 | ||||
|         if: ${{ matrix.image != 'linux-frozen' && matrix.image != 'linux-clang-format' }} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 liushuyu
					liushuyu