Skip to content

Commit

Permalink
foo
Browse files Browse the repository at this point in the history
  • Loading branch information
dsvensson committed Mar 13, 2024
1 parent 41d9d17 commit 15d500a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build-targets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,7 @@ jobs:
buildPreset: "xcode-vcpkg-${{ matrix.arch }}-${{ matrix.variant }}-ci"

- name: Prepare upload
run: |
find .
zip -9 ../../ezQuake.zip ezQuake.app
run: zip -r -9 ../../ezQuake.zip ezQuake.app
working-directory: "cmake-build-presets/xcode-vcpkg-${{ matrix.arch }}-${{ matrix.variant }}-ci/${{ matrix.variant }}"

- name: Upload Build Artifact
Expand Down

0 comments on commit 15d500a

Please sign in to comment.