Skip to content

Commit

Permalink
Adding ./ for asset_path
Browse files Browse the repository at this point in the history
  • Loading branch information
Gnyblast committed Nov 11, 2024
1 parent 9bf76cb commit d5aa83c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
uses: actions/download-artifact@v4
with:
name: angular-build
path: ./
path: ./dist

- name: Create Release
id: create_release
Expand All @@ -93,7 +93,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./angular-build.zip
asset_path: ./dist
asset_name: futsal-team-builder.zip
asset_content_type: application/zip

Expand Down

0 comments on commit d5aa83c

Please sign in to comment.