fix x86 typo

This commit is contained in:
Kyle Spearrin 2020-09-25 11:20:42 -04:00
parent bbc12a9a9f
commit cb123ce59a
1 changed files with 4 additions and 4 deletions

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