We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83b8d59 commit 5ca2d5cCopy full SHA for 5ca2d5c
.github/workflows/publish.yml
@@ -13,12 +13,16 @@ jobs:
13
merge-multiple: true
14
github-token: ${{ secrets.GITHUB_TOKEN }}
15
run-id: ${{ github.event.client_payload.artifacts_run_id }}
16
- path: VisualPinball.Engine.PinMAME.Unity
+ path: VisualPinball.Engine.PinMAME.Unity/Plugins
17
+ - run: |
18
+ ls -laR VisualPinball.Engine.PinMAME.Unity/Plugins
19
- uses: actions/setup-node@v4
20
with:
21
node-version: '20.x'
22
registry-url: 'https://registry.visualpinball.org'
23
- name: Publish
- run: npm publish
24
+ run: |
25
+ cd VisualPinball.Engine.PinMAME.Unity
26
+ npm publish
27
env:
28
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments