GHA: Get GHA working again
This commit is contained in:
8
.github/workflows/linux.yml
vendored
8
.github/workflows/linux.yml
vendored
@@ -66,7 +66,7 @@ jobs:
|
||||
cflags: '-Wnonnull'
|
||||
steps:
|
||||
- name: Clone repository
|
||||
uses: actions/checkout@v1
|
||||
uses: actions/checkout@v4
|
||||
- name: Install packages
|
||||
if: startsWith(matrix.os, 'ubuntu')
|
||||
run: |
|
||||
@@ -132,15 +132,15 @@ jobs:
|
||||
- name: Upload Install Tarball
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: Install Tarball
|
||||
name: Install Tarball (${{ matrix.name }})
|
||||
path: '~/heimdal-install-linux-${{ matrix.compiler }}.tgz'
|
||||
- name: Upload Dist Tarball
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: Dist Tarball
|
||||
name: Dist Tarball (${{ matrix.name }})
|
||||
path: 'build/heimdal-*.tar.gz'
|
||||
- name: Upload Logs Tarball
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: Test Logs
|
||||
name: Test Logs (${{ matrix.name }})
|
||||
path: '~/logs-linux-${{ matrix.compiler }}.tgz'
|
||||
|
||||
Reference in New Issue
Block a user