Skip to content

Commit

Permalink
ci fix: use vars. inside root env:
Browse files Browse the repository at this point in the history
  • Loading branch information
lilith committed Jan 24, 2025
1 parent 130872f commit d75268c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ env:
IMAGEFLOW_DOWNLOAD_URL_TAR_GZ: "https://s3.${{ vars.IMAGEFLOW_RELEASE_BUCKET_REGION }}.amazonaws.com/${{ vars.IMAGEFLOW_RELEASE_BUCKET }}/commits/${{ github.sha }}/linux64.tar.gz"

jobs:
build:
build:
env:
NUGET_UPLOAD_NUGET: ${{ secrets.NUGET_UPLOAD_NUGET }}
NUGET_UPLOAD_GITHUB: ${{ secrets.NUGET_UPLOAD_GITHUB }}
Expand Down Expand Up @@ -393,8 +393,6 @@ jobs:
# Exit with failure if any URL test failed
exit $failed
# ----------------------------------------------------------------------------
# Reasoning: The existing release_ci.yml had a second job "publish" that
# published to Docker. We replicate that here. It only runs if the event
Expand Down

0 comments on commit d75268c

Please sign in to comment.