Skip to content

Commit

Permalink
fix repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
TwitchBronBron committed Nov 14, 2023
1 parent b7706c4 commit dcae71e
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 @@ -35,7 +35,7 @@ jobs:

- uses: actions/upload-artifact@v3
with:
name: ${{ $GITHUB_REPOSITORY}}-${{ env.BUILD_VERSION }}.tgz
name: ${{ github.repository }}-${{ env.BUILD_VERSION }}.tgz
path: "*.tgz"

- name: Add comment to PR
Expand Down

0 comments on commit dcae71e

Please sign in to comment.