Skip to content

Commit

Permalink
mac build shouldn't have version in name
Browse files Browse the repository at this point in the history
  • Loading branch information
Cubitect committed Feb 1, 2024
1 parent daeb5c4 commit 67cd237
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/macos-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ jobs:
- name: Save build artifact
uses: actions/upload-artifact@v4
with:
name: ${{env.PROG}}-${{github.ref_name}}-macos
path: ${{env.SOURCE_DIR}}/${{env.PROG}}-${{github.ref_name}}.dmg
name: ${{env.PROG}}-macos
path: ${{env.SOURCE_DIR}}/${{env.PROG}}.dmg

2 changes: 1 addition & 1 deletion .github/workflows/windows-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Save build artifact
uses: actions/upload-artifact@v4
with:
name: ${{env.PROG}}-${{github.ref_name}}-win
name: ${{env.PROG}}-win
path: ${{env.SOURCE_DIR}}\${{env.PROG}}


0 comments on commit 67cd237

Please sign in to comment.