Skip to content

Commit

Permalink
Merge pull request #8 from firstbatchxyz/windows-dkn-compute
Browse files Browse the repository at this point in the history
windows binaries
  • Loading branch information
selimseker authored Sep 6, 2024
2 parents 490a45f + 996d6fa commit 2059496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
curl -o $FOLDER_NAME/.env https://raw.githubusercontent.com/firstbatchxyz/dkn-compute-node/master/.env.example
# copy dkn-compute binary
cp ./node_binary/dkn-compute-binary${{ matrix.extension }} $FOLDER_NAME/dkn-compute
cp ./node_binary/dkn-compute-binary${{ matrix.extension }} $FOLDER_NAME/dkn-compute${{ matrix.extension }}
zip -r $ZIP_NAME.zip $FOLDER_NAME
Expand Down

0 comments on commit 2059496

Please sign in to comment.