Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
rayxke authored Aug 23, 2024
1 parent e6385be commit 83068b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -239,12 +239,12 @@ jobs:
name: ${{ env.ARTIFACT_NAME }}.zip
path: "${{ env.ARTIFACTS_PATH }}/${{ env.ARTIFACT_NAME }}.zip"

- name: Upload APP (macOS)
- name: Upload App (macOS)
if: ${{ matrix.name == 'macOS' }}
uses: actions/upload-artifact@v4
with:
name: ${{ env.PRODUCT_NAME }}.app
path: $ARTIFACTS_PATH/Standalone/${{ env.PRODUCT_NAME }}.app
path: "${{ env.ARTIFACTS_PATH }}/Standalone/${{ env.PRODUCT_NAME }}.app"
#- name: Upload DMG (macOS)
# if: ${{ matrix.name == 'macOS' }}
# uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 83068b3

Please sign in to comment.