Skip to content

Commit

Permalink
Make artifact upload repo-specific
Browse files Browse the repository at this point in the history
  • Loading branch information
TwitchBronBron committed Nov 15, 2023
1 parent e3de004 commit e60b50f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
continue-on-error: true

# upload this artifact to the "packages" github release
- run: gh release upload v0.0.0-packages *.tgz -R rokucommunity/roku-debug
- run: gh release upload v0.0.0-packages *.tgz -R ${{ github.repository }}

- name: Fetch build artifact
uses: actions/github-script@v7
Expand Down

0 comments on commit e60b50f

Please sign in to comment.