Skip to content

Commit

Permalink
fix: macos workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Plat committed Sep 14, 2022
1 parent 655737d commit 40ae272
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,11 @@ jobs:
with:
type: 'zip'
filename: Real-CUGAN-GUI-${{ github.ref_name }}-macos.zip
directory: build/macos/Runner/Release
directory: build/macos/Build/Products/Release
- name: macOS Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
files: build/windows/runner/Release/Real-CUGAN-GUI-${{ github.ref_name }}-macos.zip
files: build/macos/Build/Products/Release/Real-CUGAN-GUI-${{ github.ref_name }}-macos.zip

0 comments on commit 40ae272

Please sign in to comment.