1
0
mirror of https://github.com/bitwarden/desktop.git synced 2024-06-25 10:26:00 +02:00

fix x86 typo

This commit is contained in:
Kyle Spearrin 2020-09-25 11:20:42 -04:00
parent bbc12a9a9f
commit cb123ce59a

View File

@ -86,8 +86,8 @@ jobs:
- name: Upload .rpm artifact
uses: actions/upload-artifact@v2
with:
name: Bitwarden-${{ env.PACKAGE_VERSION }}-x84_64.rpm
path: ./dist/Bitwarden-${{ env.PACKAGE_VERSION }}-x84_64.rpm
name: Bitwarden-${{ env.PACKAGE_VERSION }}-x86_64.rpm
path: ./dist/Bitwarden-${{ env.PACKAGE_VERSION }}-x86_64.rpm
- name: Upload .freebsd artifact
uses: actions/upload-artifact@v2
@ -104,8 +104,8 @@ jobs:
- name: Upload .AppImage artifact
uses: actions/upload-artifact@v2
with:
name: Bitwarden-${{ env.PACKAGE_VERSION }}-x84_64.AppImage
path: ./dist/Bitwarden-${{ env.PACKAGE_VERSION }}-x84_64.AppImage
name: Bitwarden-${{ env.PACKAGE_VERSION }}-x86_64.AppImage
path: ./dist/Bitwarden-${{ env.PACKAGE_VERSION }}-x86_64.AppImage
windows:
runs-on: windows-latest