Skip to content

Commit

Permalink
asfasf
Browse files Browse the repository at this point in the history
  • Loading branch information
cschuchardt88 committed Jun 27, 2024
1 parent 8555627 commit ab304f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
zip ${{ env.DIST_DIR }}/LevelDBStore.zip -r *
mkdir -vp ${{ env.DIST_DIR }}/Neo.Cryptography.MPT
cp -vp ./bin/Neo.Cryptography.MPT/${{ env.FRAMEWORK_DIR }}/MPTTrie* ${{ env.DIST_DIR }}/Neo.Cryptography.MPT
cp -vp ${{ github.workspace }}/bin/Neo.Cryptography.MPT/${{ env.FRAMEWORK_DIR }}/MPTTrie* ${{ env.DIST_DIR }}/Neo.Cryptography.MPT
cd ${{ env.DIST_DIR }}/Neo.Cryptography.MPT
zip ${{ env.DIST_DIR }}/MPTTrie.zip -r *
Expand Down

0 comments on commit ab304f2

Please sign in to comment.