mirror of
https://github.com/zen-browser/desktop.git
synced 2026-08-18 04:22:12 +00:00
no-bug: Fix signmar path
This commit is contained in:
6
.github/workflows/linux-release-build.yml
vendored
6
.github/workflows/linux-release-build.yml
vendored
@@ -174,10 +174,10 @@ jobs:
|
||||
name: linux_update_manifest_${{ matrix.arch }}
|
||||
path: ./dist/update
|
||||
|
||||
- name: Upload signmar
|
||||
- name: Upload linux bin
|
||||
if: ${{ matrix.arch == 'x86_64' }}
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
retention-days: 2
|
||||
name: signmar-linux-x86_64
|
||||
path: engine/obj-x86_64-pc-linux-gnu/dist/bin/signmar
|
||||
name: linux-bin-x86_64
|
||||
path: engine/obj-x86_64-pc-linux-gnu/dist/bin/
|
||||
|
||||
Reference in New Issue
Block a user