Skip to content

Commit 1ffb732

Browse files
committed
chore(ci): Simplify upload-artifact path for debugging
1 parent 01a1a4d commit 1ffb732

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
uses: actions/upload-artifact@v4
5656
with:
5757
name: "build-artifacts-archive"
58-
path: ${{ steps.archive_build.outputs.archive_name }} # Revert path to use step output
58+
path: README.md # Try uploading a simple, known file instead
5959

6060
publish-npm:
6161
needs: build

0 commit comments

Comments
 (0)