Skip to content

Commit

Permalink
mark macos server as executable
Browse files Browse the repository at this point in the history
  • Loading branch information
doodlezucc committed Jul 7, 2022
1 parent 6e77e4f commit d1108bd
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/cross-build.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Build

on: [workflow_dispatch, push]
on:
push:
branches:
- master

jobs:
build-backend:
Expand Down Expand Up @@ -88,6 +91,8 @@ jobs:
name: server_macos
path: build_macos

- run: chmod +x build_macos/server

- name: Compress MacOS build
run: cd build_macos; zip -r ../dungeonclub-macos.zip *; cd ..

Expand Down

0 comments on commit d1108bd

Please sign in to comment.