Skip to content

Commit

Permalink
rerun full CI
Browse files Browse the repository at this point in the history
  • Loading branch information
enigne committed Jul 24, 2024
1 parent 03584f3 commit 886c972
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/common-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ jobs:
- name: Upload ISSM artifact
uses: actions/upload-artifact@v4
with:
name: ISSM-${{ runner.os }}-${{ inputs.build_type}}
path: ISSM_artifact-${{ inputs.build_type}}.tar
name: ISSM-${{ runner.os }}-${{ inputs.build_type }}
path: ISSM_artifact-${{ runner.os }}-${{ inputs.build_type }}.tar
compression-level: 1
test:
runs-on: ${{ inputs.os }}
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:

- name: uncompress ISSM artifact
run: |
tar -xvf ISSM_artifact-${{ inputs.build_type}}.tar
tar -xvf ISSM_artifact-${{ runner.os }}-${{ inputs.build_type}}.tar
source $ISSM_DIR/etc/environment.sh
working-directory: ${{ env.ISSM_DIR }}
shell: 'bash'
Expand Down

0 comments on commit 886c972

Please sign in to comment.