Skip to content

Commit

Permalink
ci: adapt build step
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwwinter committed Nov 8, 2024
1 parent 9c159bb commit a0480bd
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions .github/workflows/aam-external-mock-service-build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,14 +106,14 @@ jobs:
path: ./tmp/digests/*
if-no-files-found: error
retention-days: 1

- name: Upload build archive
uses: actions/upload-artifact@v4
with:
name: build-${{ env.PLATFORM_PAIR }}
path: ./tmp/build/${{ env.PLATFORM_PAIR }}
if-no-files-found: error
retention-days: 1
#
# - name: Upload build archive
# uses: actions/upload-artifact@v4
# with:
# name: build-${{ env.PLATFORM_PAIR }}
# path: ./tmp/build/${{ env.PLATFORM_PAIR }}
# if-no-files-found: error
# retention-days: 1

merge:
runs-on: ubuntu-latest
Expand All @@ -130,9 +130,6 @@ jobs:
pattern: digests-*
merge-multiple: true

- name: ls
run: ls -lsa

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

Expand Down

0 comments on commit a0480bd

Please sign in to comment.