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

Commit

Permalink
Merge pull request #18 from kitsumed/fix-workflow
Browse files Browse the repository at this point in the history
Update create-repo.sh
  • Loading branch information
kitsumed authored Feb 3, 2024
2 parents f841505 + 53cf50c commit 3a7df19
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 3a7df19

Please sign in to comment.