Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ebolyen committed Aug 7, 2023
1 parent a288f95 commit a97a1ed
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci-distro-trial_4-upload-builds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,26 +42,26 @@ jobs:

- name: copy seed environments
shell: bash
runs: |
run: |
cp ${{ env.seed_environment_path}}/* '${{ env.distributions_repo }}/${{ inputs.epoch }}/${{ inputs.distro }}/staged/'
cp ${{ env.seed_environment_path}}/* '${{ env.distributions_repo }}/${{ inputs.epoch }}/${{ inputs.distro }}/passed/'
- name: copy seed environments (release)
if: ${{ inputs.is-release == 'true' }}
shell: bash
runs: |
run: |
cp ${{ env.seed_environment_path}}/* '${{ env.distributions_repo }}/${{ inputs.epoch }}/${{ inputs.distro }}/released/'
- name: copy solved environments
shell: bash
runs: |
run: |
cp ${{ env.solved_environment_path}}/* '${{ env.distributions_repo }}/${{ inputs.epoch }}/${{ inputs.distro }}/staged/'
cp ${{ env.solved_environment_path}}/* '${{ env.distributions_repo }}/${{ inputs.epoch }}/${{ inputs.distro }}/passed/'
- name: copy solved environments (release)
if: ${{ inputs.is-release == 'true' }}
shell: bash
runs: |
run: |
cp ${{ env.solved_environment_path}}/* '${{ env.distributions_repo }}/${{ inputs.epoch }}/${{ inputs.distro }}/released/'
- uses: EndBug/add-and-commit@v9
Expand Down

0 comments on commit a97a1ed

Please sign in to comment.