Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: tag-prefix passed as a string #1752

Merged
merged 1 commit into from
Jan 25, 2023
Merged

Conversation

Tuditi
Copy link
Contributor

@Tuditi Tuditi commented Jan 25, 2023

Description of change

Prebuild-install couldn't find the correct package, since it didn't add the prefix when looking for the github release.

https://github.com/iotaledger/firefly/actions/runs/3997595702/jobs/6859134518#step:17:186

In the action above it looks for: https://github.com/iotaledger/wallet.rs/releases/download/v2.0.3-rc.15/wallet-v2.0.3-rc.15-napi-v6-win32-x64.tar.gz

Whereas the actual release is at: https://github.com/iotaledger/wallet.rs/releases/download/nodejs-binding-v2.0.3-rc.15/wallet-v2.0.3-rc.15-napi-v6-linux-x64.tar.gz

**note the nodejs-binding- prefix

Type of change

Choose a type of change, and delete any options that are not relevant.

  • Bug fix (a non-breaking change which fixes an issue)

How the change has been tested

Tested npm run install with a clean .npm cache and no prebuild folder in the bindings on Ubuntu 22.04.

Change checklist

Tick the boxes that are relevant to your changes, and delete any items that are not.

  • I have followed the contribution guidelines for this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have added tests that prove my fix is effective or that my feature works
  • I have checked that new and existing unit tests pass locally with my changes

@Tuditi Tuditi added the bug Bug label Jan 25, 2023
@Tuditi Tuditi self-assigned this Jan 25, 2023
@Tuditi Tuditi merged commit e73b622 into develop Jan 25, 2023
@Tuditi Tuditi deleted the fix/correctly-resolving-gh-binary branch January 25, 2023 11:02
amadeu2 added a commit to amadeu2/wallet.rs that referenced this pull request Jan 26, 2023
* develop: (70 commits)
  Feat: rocksdb as optional storage (iotaledger#1728)
  apply version updates (iotaledger#1755)
  Make the voting output mandatory in input selection for voting functions (iotaledger#1753)
  fix: tag-prefix passed as a string (iotaledger#1752)
  apply version updates (iotaledger#1750)
  Use OutputMetadataDto (iotaledger#1749)
  feat: create arm64 builds (iotaledger#1751)
  Allow voting output in inputs if required (iotaledger#1748)
  apply version updates (iotaledger#1745)
  Use new Input Selection (iotaledger#1744)
  Fix dependabot audit (iotaledger#1747)
  Add Python integration guide with IOTA and Shimmer (iotaledger#1743)
  Change sync options (iotaledger#1737)
  Add inputs to transaction to align incoming transactions (iotaledger#1722)
  apply version updates (iotaledger#1729)
  Send requests in parallel, check participation output unlock conditions (iotaledger#1740)
  Move all participation methods from the AccountManager to the Account (iotaledger#1736)
  Limit max parallel request in request_incoming_transaction_data() (iotaledger#1720)
  Remove useless old code (iotaledger#1731)
  chore: add more alignment for participation code (iotaledger#1727)
  ...

Signed-off-by: Amadeo Marchioni <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants