Skip to content

Commit

Permalink
Fix manifest path error.
Browse files Browse the repository at this point in the history
  • Loading branch information
gkoh committed Mar 5, 2024
1 parent 714cffd commit 95082c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
VERSION: ${{ env.FURBLE_VERSION }}
PLATFORM: ${{ matrix.platform }}
run: |
python generate-manifest.py > manifest_${{ matrix.platform }}.json
python generate-manifest.py > ../manifest_${{ matrix.platform }}.json
- name: Upload artifacts (${{ matrix.platform }})
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 95082c6

Please sign in to comment.