From ee46a7d8df90b4972d1f9c0e7c0ed87a9b72aed4 Mon Sep 17 00:00:00 2001 From: Ardian Date: Thu, 4 Jul 2024 19:13:11 +0200 Subject: [PATCH] chore: upload --- .github/workflows/release.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 65edc5c34..1308214a6 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -179,11 +179,11 @@ jobs: - name: Build with PyInstaller run: | - poetry run pyinstaller --collect-data eth_account --collect-all aea --collect-all autonomy --collect-all operate --collect-all aea_ledger_ethereum --collect-all aea_ledger_cosmos --collect-all aea_ledger_ethereum_flashbots --hidden-import aea_ledger_ethereum --hidden-import aea_ledger_cosmos --hidden-import aea_ledger_ethereum_flashbots --hidden-import grpc --hidden-import openapi_core --collect-all google.protobuf --collect-all openapi_core --collect-all openapi_spec_validator --collect-all asn1crypto --hidden-import py_ecc --hidden-import pytz --onefile pyinstaller/trader_bin.py --name trader_bin_${{ matrix.arch }} --distpath /dist + poetry run pyinstaller --collect-data eth_account --collect-all aea --collect-all autonomy --collect-all operate --collect-all aea_ledger_ethereum --collect-all aea_ledger_cosmos --collect-all aea_ledger_ethereum_flashbots --hidden-import aea_ledger_ethereum --hidden-import aea_ledger_cosmos --hidden-import aea_ledger_ethereum_flashbots --hidden-import grpc --hidden-import openapi_core --collect-all google.protobuf --collect-all openapi_core --collect-all openapi_spec_validator --collect-all asn1crypto --hidden-import py_ecc --hidden-import pytz --onefile pyinstaller/trader_bin.py --name trader_bin_${{ matrix.arch }} - name: Upload Release Assets - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: - name: trader_bin-${{ matrix.arch }} + name: trader_bin_${{ matrix.arch }} path: dist/trader_bin_${{ matrix.arch }} # create-release: # needs: build-macos-pyinstaller