Skip to content

Commit

Permalink
fix: compare against main
Browse files Browse the repository at this point in the history
  • Loading branch information
brunoro committed Jan 4, 2025
1 parent 9036904 commit 8c1d61d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/index-collection.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Generate svg, midi and metajson assets from mscz
shell: sh
run: |
bash scripts/generateMsczAssets.sh ${{ github.event.pull_request.base.sha }} "xvfb-run squashfs-root/AppRun"
bash scripts/generateMsczAssets.sh main "xvfb-run squashfs-root/AppRun"
- name: Index collection
run: |
cp -r public/collection /tmp/collection
Expand Down

0 comments on commit 8c1d61d

Please sign in to comment.