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 3b7d1ba commit 5dc579bCopy full SHA for 5dc579b
README.md
@@ -138,14 +138,15 @@ purpose. You can do that with the [actions/upload-artifact](https://github.com/a
138
with:
139
version: latest
140
args: release --rm-dist
141
+ workdir: myfolder
142
env:
143
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
144
-
145
name: Upload assets
146
uses: actions/upload-artifact@v3
147
148
name: myapp
- path: dist/*
149
+ path: myfolder/dist/*
150
```
151
152
### Install Only
0 commit comments