Skip to content

Commit

Permalink
Merge pull request #684 from andreasfertig/fixGhAction
Browse files Browse the repository at this point in the history
Fixed GitHub Action workflow.
  • Loading branch information
andreasfertig authored Jan 9, 2025
2 parents 06369c1 + 7806581 commit 3b725b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ jobs:
file(SHA256 "$ENV{GITHUB_WORKSPACE}/build/${{ matrix.config.bin_name }}" CHKSM)
file(WRITE "$ENV{GITHUB_WORKSPACE}/build/archive/${{ matrix.config.archive_name }}.sha256" ${CHKSM})
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: matrix.config.upload == 'Yes'
with:
name: insights-artifact-${{ matrix.config.os }}
Expand Down Expand Up @@ -623,7 +623,7 @@ jobs:
tar -cvzf ${GITHUB_WORKSPACE}/build/archive/${{ matrix.config.archive_name }}-${{ matrix.arch }}.tar.gz ${{ matrix.config.bin_name }}
sha256sum ${GITHUB_WORKSPACE}/build/${{ matrix.config.bin_name }} > ${GITHUB_WORKSPACE}/build/archive/${{ matrix.config.archive_name }}-${{ matrix.arch }}.sha256
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: matrix.config.upload == 'Yes'
with:
name: insights-artifact-ubuntu-${{ matrix.arch }}
Expand Down

0 comments on commit 3b725b3

Please sign in to comment.