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

ci(release): fix workflow #8893

Merged
merged 5 commits into from
Sep 18, 2024
Merged

ci(release): fix workflow #8893

merged 5 commits into from
Sep 18, 2024

Conversation

zerosnacks
Copy link
Member

@zerosnacks zerosnacks commented Sep 18, 2024

Motivation

Fixes: #8887
Fixes: #8888

Reference test release: https://github.com/foundry-rs/foundry/actions/runs/10925357538 (note it doesn't include the last fixes in regards to env. variables)

Solution

  • Github workflow apparently does not permit env at this indentation
  • env. variables set inside of same block above are not directly available (env.TARGET)
  • Adds back$ARCH environment variable

@zerosnacks zerosnacks marked this pull request as ready for review September 18, 2024 16:13
@mattsse
Copy link
Member

mattsse commented Sep 18, 2024

sending and triggering action

@mattsse mattsse merged commit 03ea54c into master Sep 18, 2024
20 checks passed
@mattsse mattsse deleted the zerosnacks/fix-release-workflow branch September 18, 2024 16:28
rplusq pushed a commit to rplusq/foundry that referenced this pull request Sep 25, 2024
* ci(release): fix workflow post-8888

* move profile to global env def

* add missing $ARCH env

* to be sure, add back SVM_TARGET_PLATFORM

* cannot use `env.TARGET` directly after setting it
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bug: release workflow failed
2 participants