Skip to content

Commit

Permalink
Simplify packaged aretfact file name
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen-webb committed Nov 27, 2024
1 parent a936789 commit 8aa5582
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/package_code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,7 @@ permissions: read-all
jobs:
job1:
name: 'Package code for release'
runs-on: ubuntu-20.04
timeout-minutes: 38
strategy:
fail-fast: false
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -79,6 +76,6 @@ jobs:
- uses: actions/upload-artifact@v4
if: always()
with:
name: 'Upload release files'
name: 'release_files'
path: |
apache-log4cxx-*

0 comments on commit 8aa5582

Please sign in to comment.