mirror of
https://github.com/2dust/v2rayN.git
synced 2026-05-30 01:34:08 +00:00
Update package-zip.yml
This commit is contained in:
parent
b94d8edeb7
commit
4446a79bfe
1 changed files with 1 additions and 1 deletions
2
.github/workflows/package-zip.yml
vendored
2
.github/workflows/package-zip.yml
vendored
|
|
@ -56,7 +56,7 @@ jobs:
|
||||||
run: mv "v2rayN-$Target-$Arch.zip" "v2rayN-$Target-$Arch-desktop.zip"
|
run: mv "v2rayN-$Target-$Arch.zip" "v2rayN-$Target-$Arch-desktop.zip"
|
||||||
|
|
||||||
- name: Sleep for race condition between matrix jobs
|
- name: Sleep for race condition between matrix jobs
|
||||||
run: sleep $(awk 'BEGIN { srand(); printf "%.3f", rand()*2 }')
|
run: sleep "$(od -An -N2 -tu2 /dev/urandom | awk 'NR==1{printf "%.2f", $1/8192}')"
|
||||||
|
|
||||||
- name: Upload zip archive to release
|
- name: Upload zip archive to release
|
||||||
uses: svenstaro/upload-release-action@v2
|
uses: svenstaro/upload-release-action@v2
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue