Skip to content

Commit

Permalink
Merge pull request #30 from valory-xyz/feat/pyinstaller
Browse files Browse the repository at this point in the history
fix: use `*artifact@v2`
  • Loading branch information
0xArdi authored Nov 1, 2024
2 parents 1003f94 + 76d31c2 commit 2208a54
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
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/optimus_bin.py --name optimus_bin_${{env.OS_ARCH}}
- name: Upload Release Assets
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: optimus_bin_${{env.OS_ARCH}}
path: dist/optimus_bin_${{env.OS_ARCH}}
Expand All @@ -143,12 +143,12 @@ jobs:

steps:
- name: Download artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: optimus_bin_x64
path: ./dist/
- name: Download artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: optimus_bin_arm64
path: ./dist/
Expand Down

0 comments on commit 2208a54

Please # to comment.