Skip to content

Commit

Permalink
Specify repo
Browse files Browse the repository at this point in the history
  • Loading branch information
mraerino committed Apr 19, 2023
1 parent fedca7b commit 7f850a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ jobs:
- uses: actions/download-artifact@v3
with:
path: ./dist
- run: gh release create --generate-notes --title "Release ${{ github.ref_name }}" ${{ github.ref_name }} || true
- run: gh release upload ${{ github.ref_name }} dist/*
- run: gh release create --repo kalkspace/tuerschloss --generate-notes --title "Release ${{ github.ref_name }}" ${{ github.ref_name }} || true
- run: gh release upload --repo kalkspace/tuerschloss ${{ github.ref_name }} dist/*

0 comments on commit 7f850a2

Please sign in to comment.