Skip to content

Commit

Permalink
fix: fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
loliGothicK committed Mar 2, 2024
1 parent b518389 commit 572fafa
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,13 @@ jobs:
$certificatePath = "GitHubActionsWorkflow.pfx"
[IO.File]::WriteAllBytes("$certificatePath", $pfx_cert_byte)
# download
- name: download register_secrets
run: |
cd docs
curl -s https://api.github.com/repos/loliGothicK/register_secrets/releases \
| jq -r '.[0].assets[] | select(.name | test("register_secrets.zip")) | .browser_download_url' \
| xargs -n1 curl -LOk
unzip register_secrets.zip
# download resgiter_secrets
- uses: baptiste0928/cargo-install@v3
name: Install regiter_secrets
with:
crate: regiter_secrets

# Build the application
- name: Build
run: msbuild $env:Solution_Name /p:Configuration=$env:Configuration /p:Platform=$env:Platform /p:UapAppxPackageBuildMode=$env:Appx_Package_Build_Mode /p:AppxBundle=$env:Appx_Bundle /p:PackageCertificateKeyFile=GitHubActionsWorkflow.pfx /p:AppxPackageDir="$env:Appx_Package_Dir" /p:GenerateAppxPackageOnBuild=false
env:
Expand Down

0 comments on commit 572fafa

Please sign in to comment.