double zip name fixed
This commit is contained in:
parent
a86fddded9
commit
cdd66e35e1
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue