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 bc37780 commit ddfc308Copy full SHA for ddfc308
.github/workflows/publish.yml
@@ -196,7 +196,7 @@ jobs:
196
197
- name: Clean up dll files
198
run: |
199
- pushd attest_provenance
+ pushd attest_provenance/${{ env.PLUGIN_NAME }}
200
rm -rf NLog.dll SteamKit2.dll System.IO.Hashing.dll protobuf-net.Core.dll protobuf-net.dll
201
popd
202
@@ -214,5 +214,5 @@ jobs:
214
prerelease: true
215
files: |
216
out/${{ env.PLUGIN_NAME }}-generic.zip
217
- attest_provenance/ASFFreeGames.dll
218
- attest_provenance/${{ env.PLUGIN_NAME }}.*
+ attest_provenance/${{ env.PLUGIN_NAME }}/ASFFreeGames.dll
+ attest_provenance/${{ env.PLUGIN_NAME }}/${{ env.PLUGIN_NAME }}.*
0 commit comments