Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
nyodas committed Apr 11, 2024
1 parent f3ef66d commit 7b89d11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dd-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
done
- uses: actions/upload-artifact@v4
with:
name: k8s_output
name: k8s_output_${{ matrix.platform }}
path: _output/release-tars
release:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
steps:
- uses: actions/download-artifact@v2
with:
name: k8s_output
name: k8s_output_${{ matrix.platform }}
path: _output/release-tars
- name: Display structure of downloaded files
run: ls -R
Expand Down

0 comments on commit 7b89d11

Please sign in to comment.