Skip to content

Commit

Permalink
correcting a mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
hsubramanianaks committed Aug 12, 2022
1 parent 0b9b16c commit 1c895a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: lpk-${{ matrix.mode }}-artifact
path: ${{ github.workspace }}/src/dsc/bin/Release/netcoreapp3.1/${{ matrix.mode }}-x64/publish/lpk-${{ matrix.mode }}.zip
path: ${{ github.workspace }}/src/dsc/bin/Release/netcoreapp3.1/${{ matrix.mode }}/publish/lpk-${{ matrix.mode }}.zip
release:
runs-on: windows-latest
strategy:
Expand Down

0 comments on commit 1c895a1

Please sign in to comment.