Skip to content

Commit

Permalink
move uds version to env var
Browse files Browse the repository at this point in the history
  • Loading branch information
ericwyles committed Jun 6, 2024
1 parent edab9b1 commit 286eb25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ewyles-testing-arm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
if: ${{ runner.arch == 'ARM64' }}
shell: bash
# renovate: datasource=github-tags depName=defenseunicorns/uds-cli versioning=semver
run: curl -o /usr/local/bin/uds -L https://github.com/defenseunicorns/uds-cli/releases/download/$UDS_CLI_VERSION/uds-cli_$UDS_CLI_VERSION_Linux_arm64 && chmod +x /usr/local/bin/uds
run: curl -o /usr/local/bin/uds -L https://github.com/defenseunicorns/uds-cli/releases/download/${{ env.UDS_CLI_VERSION }}/uds-cli_${{ env.UDS_CLI_VERSION }}_Linux_arm64 && chmod +x /usr/local/bin/uds

- name: Publish Package
run: UDS_ARCHITECTURE=${{ matrix.architecture }} uds run -f tasks/fake-publish.yaml package --set FLAVOR=${{ matrix.flavor }}
Expand Down

0 comments on commit 286eb25

Please sign in to comment.