mirror of
https://github.com/3proxy/3proxy.git
synced 2026-04-07 05:40:12 +08:00
Update build-win.yml
This commit is contained in:
parent
d2a2079159
commit
5ac09382dd
4
.github/workflows/build-win.yml
vendored
4
.github/workflows/build-win.yml
vendored
@ -20,9 +20,9 @@ jobs:
|
||||
- name: set date
|
||||
run: |
|
||||
$NOW = Get-Date -Format "yyMMddHHmmss"
|
||||
echo now: $NOW
|
||||
echo "now: $NOW"
|
||||
$RELEASE = Get-Content -Path "RELEASE" -Raw
|
||||
echo release: $RELEASE
|
||||
echo "release: $RELEASE"
|
||||
echo "NOW=$NOW" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
|
||||
echo "RELEASE=$RELEASE" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
|
||||
- name: echo variables
|
||||
|
||||
Loading…
Reference in New Issue
Block a user