Skip to content

Commit

Permalink
Update macosbuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
waveyboym authored Jan 10, 2024
1 parent b6a5051 commit 9d9ac6b
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/macosbuild.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
name: Release
name: Creating MacOS build
on:
workflow_dispatch:

defaults:
run:
working-directory: muzik-offline/muzik-offline # Navigate to the correct directory for all steps

jobs:
release:
create-macos-build:
permissions:
contents: write
runs-on: macos-latest

steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 9d9ac6b

Please sign in to comment.