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 55d3da4 commit 0402420Copy full SHA for 0402420
.github/workflows/on-push.yml
@@ -160,4 +160,5 @@ jobs:
160
cd choco
161
choco pack
162
choco install createstructure -d-v -s . --pre -y --force
163
- move ${{ steps.envirorment-variables.outputs.NUPKG_FILE }} ../${{ steps.envirorment-variables.outputs.NUPKG_FILE }}
+ move ./* ../
164
+
0 commit comments