Skip to content

Commit

Permalink
fix: Resolved name problem between workflow and script location
Browse files Browse the repository at this point in the history
  • Loading branch information
onuratakan committed Jul 30, 2024
1 parent b92053a commit 14316c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_dmg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
- name: Build DMG
run: |
chmod +x build/macos_build.sh
./build/macos_build.sh
chmod +x os/macos_build.sh
./os/macos_build.sh
- name: Upload artifact
uses: actions/upload-artifact@v2
Expand Down
File renamed without changes.

0 comments on commit 14316c5

Please sign in to comment.