From 1ab1d182af95c74679fa2b3ec82c463137ed3760 Mon Sep 17 00:00:00 2001 From: qhy040404 <45379733+qhy040404@users.noreply.github.com> Date: Fri, 8 Dec 2023 10:30:07 +0800 Subject: [PATCH] Update PublishDistribution.yml --- .github/workflows/PublishDistribution.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/PublishDistribution.yml b/.github/workflows/PublishDistribution.yml index f192bd4d..e052ffed 100644 --- a/.github/workflows/PublishDistribution.yml +++ b/.github/workflows/PublishDistribution.yml @@ -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