mirror of
https://github.com/shanmiteko/LotteryAutoScript.git
synced 2026-06-04 21:01:17 +08:00
chore: 修改打包文件名
This commit is contained in:
parent
aa1aad7ddd
commit
33e55721f6
4
.github/workflows/pkg.yml
vendored
4
.github/workflows/pkg.yml
vendored
@ -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/
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user