double zip name fixed

This commit is contained in:
samo_lego 2020-08-11 11:07:34 +02:00
parent a86fddded9
commit cdd66e35e1
3 changed files with 3 additions and 3 deletions

View File

@ -37,5 +37,5 @@ jobs:
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v2
with: with:
#name: ${{ env.BUILDNAME }}.jar #name: ${{ env.BUILDNAME }}.jar
name: UNZIP_ME_${{ env.BUILDNAME }}.zip name: UNZIP_ME_${{ env.BUILDNAME }}
path: build/libs/${{ env.BUILDNAME }}.jar path: build/libs/${{ env.BUILDNAME }}.jar

View File

@ -37,5 +37,5 @@ jobs:
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v2
with: with:
#name: ${{ env.BUILDNAME }}.jar #name: ${{ env.BUILDNAME }}.jar
name: UNZIP_ME_${{ env.BUILDNAME }}.zip name: UNZIP_ME_${{ env.BUILDNAME }}
path: build/libs/${{ env.BUILDNAME }}.jar path: build/libs/${{ env.BUILDNAME }}.jar

View File

@ -37,5 +37,5 @@ jobs:
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v2
with: with:
#name: ${{ env.BUILDNAME }}.jar #name: ${{ env.BUILDNAME }}.jar
name: UNZIP_ME_${{ env.BUILDNAME }}.zip name: UNZIP_ME_${{ env.BUILDNAME }}
path: build/libs/${{ env.BUILDNAME }}.jar path: build/libs/${{ env.BUILDNAME }}.jar