Skip to content

Commit

Permalink
syntax fix
Browse files Browse the repository at this point in the history
  • Loading branch information
santanusinha committed Jun 24, 2024
1 parent 0b695a0 commit 9525498
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ jobs:

- name: Download artifacts from build step
uses: actions/download-artifact@v4
with:
name: ${{ matrix.context }}
path: ${{ matrix.context }}/target
with:
name: ${{ matrix.context }}
path: ${{ matrix.context }}/target

- name: Log in to the Container registry
uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
Expand Down

0 comments on commit 9525498

Please sign in to comment.