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 bfae8b2 commit a42b2a6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ jobs:
name: angular-build
path: ./dist

- name: Display structure of downloaded files
run: ls -lhtra

- name: Compress artifacts
run: |
zip --junk-paths futsal-team-builder.zip ./dist
Expand All @@ -87,9 +90,6 @@ jobs:
draft: false
prerelease: false

- name: Display structure of downloaded files
run: ls -lhtra

- name: Upload Release Asset
id: upload-release-asset
uses: actions/upload-release-asset@v1
Expand Down

0 comments on commit a42b2a6

Please sign in to comment.