Skip to content

Commit

Permalink
Fixed more artifact names to be unique.
Browse files Browse the repository at this point in the history
  • Loading branch information
jackjansen committed Jan 16, 2025
1 parent 233b4e7 commit 28a58c5
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ jobs:
if: ${{ failure() }}
uses: actions/upload-artifact@v4
with:
name: linux-ctest-output
name: ubuntu2204-ctest-output
path: build/Testing/Temporary/LastTest.log
- name: Capture build folder as artifact
if: ${{ failure() }}
Expand Down Expand Up @@ -404,7 +404,7 @@ jobs:
if: ${{ failure() }}
uses: actions/upload-artifact@v4
with:
name: linux-ctest-output
name: ubuntu2404-ctest-output
path: build/Testing/Temporary/LastTest.log
- name: Capture build folder as artifact
if: ${{ failure() }}
Expand All @@ -431,13 +431,13 @@ jobs:
with:
name: debian-package-2404.deb
path: build/package/*.deb
- name: Upload cached git version
uses: actions/upload-artifact@v4
with:
name: cached-git-version
path: .cachedgitversion.txt
if-no-files-found: error
include-hidden-files: true
# - name: Upload cached git version
# uses: actions/upload-artifact@v4
# with:
# name: cached-git-version
# path: .cachedgitversion.txt
# if-no-files-found: error
# include-hidden-files: true

create-release:
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
Expand Down

0 comments on commit 28a58c5

Please sign in to comment.