1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-20 11:24:07 +00:00

removing an upload step that exists on main, testing pull_request trigger

This commit is contained in:
AJ Mabry
2025-11-07 18:45:52 -05:00
parent 19626d1b3e
commit 8c2e19307d

View File

@@ -418,13 +418,6 @@ jobs:
USE_SYSTEM_FPM: true
run: npm run dist:lin:arm64
- name: Upload .snap artifact
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
with:
name: bitwarden_${{ env._PACKAGE_VERSION }}_arm64.snap
path: apps/desktop/dist/bitwarden_${{ env._PACKAGE_VERSION }}_arm64.snap
if-no-files-found: error
- name: Upload tar.gz artifact
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
with: