Skip to content
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.

Commit

Permalink
Update create-repo.sh
Browse files Browse the repository at this point in the history
Wrong path.
  • Loading branch information
kitsumed committed Feb 3, 2024
1 parent f841505 commit 53cf50c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/create-repo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@ done | jq -sr '[.[]]' > index.json
jq -c '.' < index.json > index.min.json

# Create repo.json file from releases-config.json
cp -f $GITHUB_WORKSPACE/main/releases-config.json $GITHUB_WORKSPACE/releases/repo.json
cp -f $GITHUB_WORKSPACE/main/releases-config.json repo.json

cat index.json

0 comments on commit 53cf50c

Please sign in to comment.