Skip to content

Commit

Permalink
ci: fix yaml format
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcMcIntosh committed May 21, 2024
1 parent b23f353 commit 02ef457
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,13 @@ jobs:
- run: npm run build

- run: |
name=$(echo -n "${{ matrix.node-version }}" | tr -cd '[[:alnum:]]')
echo "ARTIFACT_NAME=$name" >> $GITHUB_ENV
name=$(echo -n "${{ matrix.node-version }}" | tr -cd '[[:alnum:]]')
echo "ARTIFACT_NAME=$name" >> $GITHUB_ENV
- name: Upload artifacts
uses: actions/upload-artifact@v4

with:
name: refact-chat-js-${{ env.ARTIFACT_NAME }}
if-no-files-found: ignore
overwite: true
path: ./dist

0 comments on commit 02ef457

Please sign in to comment.