Skip to content

Commit

Permalink
update dotnet yml and policy
Browse files Browse the repository at this point in the history
  • Loading branch information
cricketthomas committed Aug 1, 2024
1 parent 4734561 commit 2c82b7a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
run: |
./build.ps1 -Runtime osx-x64 -PublishAot -BuildNumber '1.0.${{github.run_number }}'
New-Item -ItemType Directory -Path "osx-x64"
Move-Item -Path "Azure Key Vault Explorer.app" -Destination "$env:GITHUB_WORKSPACE\osx-x64\Azure Key Vault Explorer.app"
Move-Item -Path "Key Vault Explorer for Azure" -Destination "$env:GITHUB_WORKSPACE\osx-x64\Key Vault Explorer for Azure.app"
shell: pwsh
- name: Create Package
run: tar -cvf keyvaultexplorer.osx-x64.tar osx-x64/
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
./build.ps1 -Runtime osx-arm64 -PublishAot:$false -BuildNumber '1.0.${{github.run_number }}'
New-Item -ItemType Directory -Path "osx-arm64"
Move-Item -Path ".\publish" -Destination "$env:GITHUB_WORKSPACE\osx-arm64\publish"
Rename-Item -Path "$env:GITHUB_WORKSPACE\osx-arm64\publish\keyvaultexplorerdesktop" -NewName "Azure Key Vault Explorer" -Force
Rename-Item -Path "$env:GITHUB_WORKSPACE\osx-arm64\publish\keyvaultexplorerdesktop" -NewName "Key Vault Explorer for Azure" -Force
shell: pwsh
- name: Create Package
Expand Down
2 changes: 1 addition & 1 deletion POLICY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Privacy Policy

This privacy policy applies to the Azure Key Vault Explorer ("the app") for desktop devices, created by Arthur Thomas (hereby referred to as "Service Provider") as an Open Source and Free GUI service. This service is intended for use "AS IS". It is designed to simplify finding and accessing secrets, certificates, and keys stored in Azure Key Vault. This Privacy Policy explains how we handle user data and ensure its security.
This privacy policy applies to the Azure Key Vault Explorer or Key Vault Explorer for Azure ("the app") for desktop devices, created by Arthur Thomas (hereby referred to as "Service Provider") as an Open Source and Free GUI service. This service is intended for use "AS IS". It is designed to simplify finding and accessing secrets, certificates, and keys stored in Azure Key Vault. This Privacy Policy explains how we handle user data and ensure its security.

## Data Collection

Expand Down

0 comments on commit 2c82b7a

Please sign in to comment.