1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-24 04:04:24 +00:00

switching to a cert that should match

This commit is contained in:
Joseph Flinn
2021-01-05 23:10:12 +00:00
parent 902040ec64
commit 7df3ded62a
2 changed files with 6 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ on:
jobs:
windows:
runs-on: windows-latest
environment: test
environment: test_ast
steps:
- name: Set up dotnet
uses: actions/setup-dotnet@v1
@@ -80,6 +80,9 @@ jobs:
SIGNING_CERT_NAME: ${{ secrets.SIGNING_CERT_NAME }}
SECRET_TEST: ${{ secrets.SECRET_TEST }}
- name: List Dist
run: dir ./dist
#- name: Upload portable exe artifact
# if: github.ref == 'refs/heads/master' || github.event_name == 'release'
# uses: actions/upload-artifact@v2