aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorDario Lombardo <lomato@gmail.com>2022-05-31 10:20:07 +0200
committerDario Lombardo <lomato@gmail.com>2022-05-31 10:20:25 +0200
commitb49edf0a5bcfa7c86e824822a10e2ce8df7fb63d (patch)
tree8c2cd186e47d39e1e0f880bdec5f8c70723dd15c /.github
parente8dc20899fcdd8e9468906585017abe568a09980 (diff)
github: update macos action.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/macos.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index aa46a4fcfe..87fe661367 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -44,7 +44,7 @@ jobs:
run: pytest
working-directory: build
- name: Build dmg
- run: ninja dmg_package
+ run: ninja wireshark_dmg
working-directory: build
- name: Upload dmg packages
uses: actions/upload-artifact@v2