Skip to content

Commit ddfc308

Browse files
committed
Fix publish ci missing sub folder
1 parent bc37780 commit ddfc308

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ jobs:
196196
197197
- name: Clean up dll files
198198
run: |
199-
pushd attest_provenance
199+
pushd attest_provenance/${{ env.PLUGIN_NAME }}
200200
rm -rf NLog.dll SteamKit2.dll System.IO.Hashing.dll protobuf-net.Core.dll protobuf-net.dll
201201
popd
202202
@@ -214,5 +214,5 @@ jobs:
214214
prerelease: true
215215
files: |
216216
out/${{ env.PLUGIN_NAME }}-generic.zip
217-
attest_provenance/ASFFreeGames.dll
218-
attest_provenance/${{ env.PLUGIN_NAME }}.*
217+
attest_provenance/${{ env.PLUGIN_NAME }}/ASFFreeGames.dll
218+
attest_provenance/${{ env.PLUGIN_NAME }}/${{ env.PLUGIN_NAME }}.*

0 commit comments

Comments
 (0)