chore: 修改打包文件名

This commit is contained in:
shanmite 2021-08-26 15:25:09 +08:00
parent aa1aad7ddd
commit 33e55721f6
2 changed files with 3 additions and 3 deletions

View File

@ -50,7 +50,7 @@ jobs:
- name: 'Upload to artifact'
uses: actions/upload-artifact@v2
with:
name: dist_arm64
name: nlts-linux-arm64
path: dist/
pkg_armv7:
runs-on: ubuntu-latest
@ -68,5 +68,5 @@ jobs:
- name: 'Upload to artifact'
uses: actions/upload-artifact@v2
with:
name: dist_armv7
name: nlts-linux-armv7
path: dist/

View File

@ -49,7 +49,7 @@ foreach ($TRI in $TRIARR) {
New-Item -Path $DIR -Name "update.bat" -ItemType File -Value "@echo off && lottery update && pause" -Force
}
Compress-Archive -Path $DIR -DestinationPath "$($DIR)-$(Get-Date -Format "yyyyMMd")" -Force
Compress-Archive -Path $DIR -DestinationPath $DIR -Force
}
Remove-Item -Path $ENV_FILE