1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-14 02:08:50 +02:00

debugging files

This commit is contained in:
Joseph Flinn 2020-12-23 18:48:51 +00:00
parent 079fd7dc82
commit c13e50db89

View File

@ -105,6 +105,9 @@ jobs:
checksum -f="./dist/bw-linux-${env:PACKAGE_VERSION}.zip" `
-t sha256 | Out-File -Encoding ASCII ./dist/bw-linux-sha256-${env:PACKAGE_VERSION}.txt
- name: Debug Files
run: dir ./dist
- name: Publish windows zip to GitHub
uses: actions/upload-artifact@v2
with: