double zip name fixed
This commit is contained in:
parent
a86fddded9
commit
cdd66e35e1
|
@ -37,5 +37,5 @@ jobs:
|
|||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
#name: ${{ env.BUILDNAME }}.jar
|
||||
name: UNZIP_ME_${{ env.BUILDNAME }}.zip
|
||||
name: UNZIP_ME_${{ env.BUILDNAME }}
|
||||
path: build/libs/${{ env.BUILDNAME }}.jar
|
||||
|
|
|
@ -37,5 +37,5 @@ jobs:
|
|||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
#name: ${{ env.BUILDNAME }}.jar
|
||||
name: UNZIP_ME_${{ env.BUILDNAME }}.zip
|
||||
name: UNZIP_ME_${{ env.BUILDNAME }}
|
||||
path: build/libs/${{ env.BUILDNAME }}.jar
|
||||
|
|
|
@ -37,5 +37,5 @@ jobs:
|
|||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
#name: ${{ env.BUILDNAME }}.jar
|
||||
name: UNZIP_ME_${{ env.BUILDNAME }}.zip
|
||||
name: UNZIP_ME_${{ env.BUILDNAME }}
|
||||
path: build/libs/${{ env.BUILDNAME }}.jar
|
||||
|
|
Loading…
Reference in New Issue