Skip to content

Commit 1f4361c

Browse files
Fix wrong artifact to be published (#382)
Co-authored-by: Cedric Guillemet <[email protected]>
1 parent c021e14 commit 1f4361c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,6 @@ jobs:
119119
run: |
120120
npm version --no-git-tag-version ${{ github.event.inputs.release_version }}
121121
npm publish --access public --tag ${{ github.event.inputs.NPM_tag }}
122-
working-directory: ./Package/Assembled-Windows0.64
122+
working-directory: ./Package/Assembled-Windows0.65
123123
env:
124124
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)