Update PublishDistribution.yml

This commit is contained in:
qhy040404
2023-12-08 10:30:07 +08:00
committed by GitHub
parent bde5122060
commit 1ab1d182af

View File

@@ -18,11 +18,3 @@ jobs:
PURGE_URL: ${{ secrets.PURGE_URL }}
run: |
curl -X PATCH $PURGE_URL
- name: Sync development appxmanifest
env:
VERSION: ${{ github.ref }}
shell: pwsh
run: |
$ver = ' Version="'+$Env:VERSION+'.0"'
$content = (Get-Content src/Snap.Hutao/Snap.Hutao/Package.development.appxmanifest -Encoding UTF8) -replace ' Version="([0-9\\.]+)"', $ver