Skip to content

Commit

Permalink
Merge branch 'master' of ssh://github.com/gnustep/libs-base
Browse files Browse the repository at this point in the history
  • Loading branch information
rfm committed May 12, 2024
2 parents e9cfa95 + 908604b commit 38a755d
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,14 +162,13 @@ jobs:
make check
- name: Upload logs
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: always()
with:
name: Logs - ${{ matrix.name }}
path: |
${{ env.SRC_PATH }}/config.log
${{ env.SRC_PATH }}/Tests/tests.log
source/config.log
source/Tests/tests.log
########### Windows ###########
windows:
Expand Down Expand Up @@ -386,10 +385,10 @@ jobs:
make check
- name: Upload logs
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: always()
with:
name: Logs - ${{ matrix.name }}
path: |
${{ env.SRC_PATH }}/config.log
${{ env.SRC_PATH }}/Tests/tests.log
source/config.log
source/Tests/tests.log

0 comments on commit 38a755d

Please sign in to comment.