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:
5
.github/workflows/build-and-sign.yml
vendored
5
.github/workflows/build-and-sign.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user