Skip to content

Commit

Permalink
fix: Don't upload artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielHauschildt committed Mar 26, 2024
1 parent 2d0a7a4 commit 4d0a43a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- run: npm run build --if-present
- run: npm run test --if-present
- run: npm run package:pack --if-present
- uses: actions/upload-artifact@v4
with:
name: my-artifact
path: releases/
# - uses: actions/upload-artifact@v4
# with:
# name: my-artifact
# path: releases/

0 comments on commit 4d0a43a

Please sign in to comment.