Skip to content

Commit

Permalink
tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
TwitchBronBron committed Nov 14, 2023
1 parent 0709948 commit 399729c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/create-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
NPM_PACKAGE_NAME=$(grep -o '\"name\": *\"[^\"]*\"' package.json | awk -F'\"' '{print $4}')
ARTIFACT_NAME=$(echo "$NPM_PACKAGE_NAME-${{ env.BUILD_VERSION }}.tgz" | tr '/' '-')
ARTIFACT_NAME="$ARTIFACT_NAME-$BUILD-VERSION"
echo "ARTIFACT_NAME=$ARTIFACT_NAME" >> $GITHUB_ENV
ARTIFACT_URL="${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}/artifacts/$ARTIFACT_NAME"
Expand All @@ -45,7 +46,7 @@ jobs:

- uses: actions/upload-artifact@v3
with:
name: ${{ env.ARTIFACT_NAME }}
name: ${{ env.NPM_PACKAGE_NAME }}
path: "*.tgz"

- name: Add comment to PR
Expand Down

0 comments on commit 399729c

Please sign in to comment.