Skip to content

Commit 9b4fc43

Browse files
authored
ci: use recursive copy flag (#137)
1 parent 7a7f9bc commit 9b4fc43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Build plugins
2828
run: dotnet build ./msgraph-developer-proxy-plugins/msgraph-developer-proxy-plugins.csproj -c Release -r ${{ matrix.architecture }} --no-self-contained
2929
- name: Add plugins to output
30-
run: cp ./msgraph-developer-proxy/bin/Release/net6.0/${{ matrix.architecture }}/GraphProxyPlugins ./${{ env.release }}
30+
run: cp ./msgraph-developer-proxy/bin/Release/net6.0/${{ matrix.architecture }}/GraphProxyPlugins ./${{ env.release }} -r
3131
- name: Archive Release ${{ env.release }}
3232
uses: thedoctor0/zip-release@master
3333
with:

0 commit comments

Comments
 (0)