Skip to content

Commit

Permalink
name: ${{ github.job }}
Browse files Browse the repository at this point in the history
  • Loading branch information
HenriWahl committed Apr 20, 2024
1 parent a262e74 commit a14d44c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/build-release-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ jobs:
path: build/*.deb
retention-days: 1
if-no-files-found: error
name: ${{ github.job }}

fedora-37:
runs-on: ubuntu-latest
Expand All @@ -90,6 +91,7 @@ jobs:
path: build/*.rpm
retention-days: 1
if-no-files-found: error
name: ${{ github.job }}

fedora-38:
runs-on: ubuntu-latest
Expand All @@ -112,6 +114,7 @@ jobs:
path: build/*.rpm
retention-days: 1
if-no-files-found: error
name: ${{ github.job }}

fedora-39:
runs-on: ubuntu-latest
Expand All @@ -134,6 +137,7 @@ jobs:
path: build/*.rpm
retention-days: 1
if-no-files-found: error
name: ${{ github.job }}

fedora-40:
runs-on: ubuntu-latest
Expand All @@ -156,6 +160,7 @@ jobs:
path: build/*.rpm
retention-days: 1
if-no-files-found: error
name: ${{ github.job }}

fedora-41:
runs-on: ubuntu-latest
Expand All @@ -178,6 +183,7 @@ jobs:
path: build/*.rpm
retention-days: 1
if-no-files-found: error
name: ${{ github.job }}

rhel-9:
runs-on: ubuntu-latest
Expand All @@ -200,6 +206,7 @@ jobs:
path: build/*.rpm
retention-days: 1
if-no-files-found: error
name: ${{ github.job }}

macos:
runs-on: macos-12
Expand All @@ -215,6 +222,7 @@ jobs:
path: build/*.dmg
retention-days: 1
if-no-files-found: error
name: ${{ github.job }}

windows-32:
# better depend on stable build image
Expand Down Expand Up @@ -243,6 +251,7 @@ jobs:
build/dist/*.exe
retention-days: 1
if-no-files-found: error
name: ${{ github.job }}

windows-64:
# better depend on stable build image
Expand All @@ -269,6 +278,7 @@ jobs:
build/dist/*.exe
retention-days: 1
if-no-files-found: error
name: ${{ github.job }}

windows-64-debug:
# better depend on stable build image
Expand All @@ -294,6 +304,7 @@ jobs:
build/dist/*.zip
retention-days: 1
if-no-files-found: error
name: ${{ github.job }}

# borrowed from dhcpy6d
repo-debian:
Expand Down

0 comments on commit a14d44c

Please sign in to comment.