Skip to content

Commit

Permalink
Update release-macos.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
huangliu authored Jan 18, 2024
1 parent 99e1c05 commit 009335c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release-macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@ jobs:
# upload_url="https://uploads.github.com/repos/${GITHUB_REPOSITORY}/releases/${{ github.event.release.id }}/assets"
# curl -s -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" -H "Content-Type: application/zip" --data-binary @$filepath "$upload_url?name=$filename"

- uses: actions/checkout@v2
- name: Checkout create-image
uses: actions/checkout@v2
with:
repository: create-dmg/create-dmg
path: ./build/create-dmg
Expand All @@ -106,7 +107,7 @@ jobs:
shell: bash
working-directory: ./build
run: |
mv tinyrdm.app "Tiny RDM.app"
mv bin/tinyrdm.app "bin/Tiny RDM.app"
./build/create-dmg/create-dmg \
--no-internet-enable \
--volname "Tiny RDM.dmg" \
Expand Down

0 comments on commit 009335c

Please sign in to comment.