Changeset 0be2505 in mod_gnutls


Ignore:
Timestamp:
Jan 25, 2020, 8:48:45 AM (3 years ago)
Author:
Fiona Klute <fiona.klute@…>
Branches:
asyncio, main, master, proxy-ticket
Children:
c33b0ea
Parents:
2cc53cb
Message:

Nice names for log storage actions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • .github/workflows/build.yml

    r2cc53cb r0be2505  
    7373      - name: make check
    7474        run: VERBOSE=1 make check
    75       - uses: actions/upload-artifact@v1
     75      - name: store Apache logs
     76        uses: actions/upload-artifact@v1
    7677        if: failure() || cancelled()
    7778        with:
    7879          name: apache-logs
    7980          path: test/logs/
    80       - uses: actions/upload-artifact@v1
     81      - name: store test log if cancelled
     82        uses: actions/upload-artifact@v1
    8183        if: cancelled()
    8284        with:
Note: See TracChangeset for help on using the changeset viewer.