Skip to content

Commit

Permalink
Merge pull request #1 from kfsoftware/feat/deploy-cli
Browse files Browse the repository at this point in the history
Fix CLI deployment
  • Loading branch information
dviejokfs authored Jul 23, 2024
2 parents 68aa14b + f0b40a3 commit 5e5525d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-release-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh release create ${{ github.ref_name }} \
--repo kfsoftware/fabriclaunch-releases \
--repo kfsoftware/fabriclaunch \
--target=main \
--title "Release ${{ github.ref_name }}" \
--notes="example notes"
Expand All @@ -85,7 +85,7 @@ jobs:
for file in fabriclaunch-*; do
echo "Uploading $file"
gh release upload ${{ github.ref_name }} "$file/$file" \
--repo kfsoftware/fabriclaunch-releases \
--repo kfsoftware/fabriclaunch \
--clobber
done
Expand All @@ -100,5 +100,5 @@ jobs:
run: |
echo "Uploading SHA256SUMS.txt"
gh release upload ${{ github.ref_name }} SHA256SUMS.txt \
--repo kfsoftware/fabriclaunch-release \
--repo kfsoftware/fabriclaunch \
--clobber

0 comments on commit 5e5525d

Please sign in to comment.