From ddfc308977eb551d722ae9ce2ab385e58e46e7eb Mon Sep 17 00:00:00 2001 From: maxisoft Date: Mon, 9 Sep 2024 15:18:49 +0200 Subject: [PATCH] Fix publish ci missing sub folder --- .github/workflows/publish.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index e462f46..594a423 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -196,7 +196,7 @@ jobs: - name: Clean up dll files run: | - pushd attest_provenance + pushd attest_provenance/${{ env.PLUGIN_NAME }} rm -rf NLog.dll SteamKit2.dll System.IO.Hashing.dll protobuf-net.Core.dll protobuf-net.dll popd @@ -214,5 +214,5 @@ jobs: prerelease: true files: | out/${{ env.PLUGIN_NAME }}-generic.zip - attest_provenance/ASFFreeGames.dll - attest_provenance/${{ env.PLUGIN_NAME }}.* + attest_provenance/${{ env.PLUGIN_NAME }}/ASFFreeGames.dll + attest_provenance/${{ env.PLUGIN_NAME }}/${{ env.PLUGIN_NAME }}.*