Skip to content

Commit

Permalink
Update asset paths in build workflow to specify versioned filenames
Browse files Browse the repository at this point in the history
  • Loading branch information
“Austin committed Feb 9, 2025
1 parent 56f87c2 commit e84937b
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 @@ -125,7 +125,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ needs.create-release.outputs.upload_url }}
asset_path: dist/GridCast-*.dmg
asset_path: dist/GridCast-1.0.0.dmg
asset_name: GridCast-${{ env.VERSION }}.dmg
asset_content_type: application/octet-stream

Expand All @@ -135,6 +135,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ needs.create-release.outputs.upload_url }}
asset_path: dist/GridCast-*.exe
asset_path: dist/GridCast Setup 1.0.0.exe
asset_name: GridCast-${{ env.VERSION }}.exe
asset_content_type: application/octet-stream

0 comments on commit e84937b

Please sign in to comment.