Skip to content

Commit

Permalink
try to capture publish folder
Browse files Browse the repository at this point in the history
  • Loading branch information
TheJoeFin committed Feb 22, 2025
1 parent b8d9f98 commit 1ba2e3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: Auto
path: .\publish
path: ./publish

- name: Create Release
uses: ncipollo/[email protected]
Expand All @@ -45,5 +45,5 @@ jobs:
- uses: csexton/release-asset-action@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
file: ${{ steps.upload_artifact.artifact-url }}
pattern: 'Auto/bin/Release/net9.0/publish/*'
release-url: ${{ steps.create_release.outputs.upload_url }}

0 comments on commit 1ba2e3e

Please sign in to comment.