Skip to content

Commit

Permalink
Update cd-dgraph.yml to create unique artifacts (#9194)
Browse files Browse the repository at this point in the history
Uploading artifacts is running into conflicts, so giving unique name to
amd/arm artifacts
  • Loading branch information
meghalims authored Oct 8, 2024
1 parent 84b07e6 commit 2d1ccb6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cd-dgraph.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ jobs:
- name: Upload Build Artifacts
uses: actions/upload-artifact@v4
with:
name: dgraph-build-amd
path: |
badger/badger-checksum-linux-amd64.sha256
badger/badger-linux-amd64.tar.gz
Expand Down Expand Up @@ -169,6 +170,7 @@ jobs:
- name: Upload Build Artifacts
uses: actions/upload-artifact@v4
with:
name: dgraph-build-arm
path: |
badger/badger-checksum-linux-arm64.sha256
badger/badger-linux-arm64.tar.gz
Expand Down

0 comments on commit 2d1ccb6

Please sign in to comment.