Skip to content

Commit

Permalink
remove failing 'ls'
Browse files Browse the repository at this point in the history
  • Loading branch information
c-sp committed Dec 30, 2023
1 parent 8986840 commit e18c519
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- run: |
ls ${{ env.ARTIFACTS_PATH }} -lsah
src/assemble.sh ${{ matrix.tool }}
ls ${{ env.ARTIFACTS_PATH }} -lsah
- uses: actions/upload-artifact@v4
Expand Down Expand Up @@ -52,7 +51,6 @@ jobs:
path: ${{ env.ARTIFACTS_PATH }}
merge-multiple: true
- run: |
ls ${{ env.ARTIFACTS_PATH }} -lsah
src/assemble.sh ${{ matrix.suite }}
ls ${{ env.ARTIFACTS_PATH }} -lsah
- uses: actions/upload-artifact@v4
Expand All @@ -70,7 +68,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- run: |
ls ${{ env.ARTIFACTS_PATH }} -lsah
src/assemble.sh ${{ matrix.suite }}
ls ${{ env.ARTIFACTS_PATH }} -lsah
- uses: actions/upload-artifact@v4
Expand All @@ -94,7 +91,9 @@ jobs:
merge-multiple: true

- name: zip artifacts
run: src/assemble.sh release-zip $ZIP_ARTIFACT_NAME
run: |
src/assemble.sh release-zip $ZIP_ARTIFACT_NAME
ls ${{ env.ARTIFACTS_PATH }} -lsah
- name: upload zipped artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit e18c519

Please sign in to comment.