renaming upload tasks

This commit is contained in:
Joseph Flinn 2021-01-15 18:24:33 +00:00
parent 7410f99d83
commit 4897abce7d
1 changed files with 2 additions and 2 deletions

View File

@ -102,14 +102,14 @@ jobs:
name: Bitwarden-Installer-${{ env.PACKAGE_VERSION }}-signed.exe
path: ./dist/nsis-web/Bitwarden-Installer-${{ env.PACKAGE_VERSION }}.exe
- name: Upload signed appx ia32 artifact
- name: Upload appx ia32 artifact (not signed)
if: github.ref == 'refs/heads/master' || github.event_name == 'release'
uses: actions/upload-artifact@v2
with:
name: Bitwarden-${{ env.PACKAGE_VERSION }}-ia32.appx
path: ./dist/Bitwarden-${{ env.PACKAGE_VERSION }}-ia32.appx
- name: Upload signed appx x64 artifact
- name: Upload appx x64 artifact (not signed)
if: github.ref == 'refs/heads/master' || github.event_name == 'release'
uses: actions/upload-artifact@v2
with: