Skip to content

Commit

Permalink
Fix publish ci missing sub folder
Browse files Browse the repository at this point in the history
  • Loading branch information
maxisoft committed Sep 9, 2024
1 parent bc37780 commit 4320f88
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -214,5 +214,4 @@ 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

0 comments on commit 4320f88

Please sign in to comment.