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 7a7f9bc commit 9b4fc43Copy full SHA for 9b4fc43
.github/workflows/create-release.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Build plugins
28
run: dotnet build ./msgraph-developer-proxy-plugins/msgraph-developer-proxy-plugins.csproj -c Release -r ${{ matrix.architecture }} --no-self-contained
29
- name: Add plugins to output
30
- run: cp ./msgraph-developer-proxy/bin/Release/net6.0/${{ matrix.architecture }}/GraphProxyPlugins ./${{ env.release }}
+ run: cp ./msgraph-developer-proxy/bin/Release/net6.0/${{ matrix.architecture }}/GraphProxyPlugins ./${{ env.release }} -r
31
- name: Archive Release ${{ env.release }}
32
uses: thedoctor0/zip-release@master
33
with:
0 commit comments