Skip to content

Commit

Permalink
Update macos-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CookSleep authored Jul 18, 2024
1 parent 3f14bde commit fd67ae4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/macos-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,12 @@ jobs:
core.setOutput('upload_url', uploadUrl);
core.setOutput('release_id', releaseId);
- name: Debug
run: |
echo "Upload URL: ${{ steps.get_release.outputs.upload_url }}"
echo "Release ID: ${{ steps.get_release.outputs.release_id }}"
ls -l ./Project_Exporter-macOS.zip
- name: Upload to Release
uses: actions/upload-release-asset@v1
env:
Expand Down

0 comments on commit fd67ae4

Please sign in to comment.