Skip to content

Commit

Permalink
Trying to fix the github action release creation
Browse files Browse the repository at this point in the history
  • Loading branch information
Gnyblast committed Nov 11, 2024
1 parent aca9b21 commit 762ffd9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Archive dist
uses: actions/upload-artifact@v4
with:
name: angular-build
name: angular-build.zip
path: ./dist

release:
Expand All @@ -66,8 +66,8 @@ jobs:
- name: Download build artifact
uses: actions/download-artifact@v3
with:
name: angular-build
path: ./angular-build.zip
name: angular-build.zip
path: ./

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

- name: Recreate latest tag
Expand Down

0 comments on commit 762ffd9

Please sign in to comment.