Skip to content

Commit

Permalink
Fix script to publish for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Viir committed Apr 16, 2024
1 parent acb8a84 commit e289457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
shell: pwsh
run: |
New-Item -ItemType Directory -Force -Path "./publish";
Get-ChildItem -Path "./dotnet-build/" -Filter "pine-cli*" | ForEach-Object { Copy-Item -Path $_.FullName -Destination "./publish/" }
Get-ChildItem -Path "./dotnet-build/" -Filter "pine*" | ForEach-Object { Copy-Item -Path $_.FullName -Destination "./publish/" }
- name: Publish artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit e289457

Please sign in to comment.