Skip to content

Commit

Permalink
Indicate the platform in the artifact name.
Browse files Browse the repository at this point in the history
  • Loading branch information
culler committed Jan 25, 2024
1 parent 88a9083 commit a925321
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ jobs:
- name: Save artifacts
uses: actions/upload-artifact@v3
with:
name: TkGL_package
name: TkGL_pkg_linux
path: ./dist
2 changes: 1 addition & 1 deletion .github/workflows/macOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ jobs:
- name: Save artifacts
uses: actions/upload-artifact@v3
with:
name: TkGL_package
name: TkGL_pkg_macOS
path: ./dist
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,5 @@ jobs:
- name: Save artifacts
uses: actions/upload-artifact@v3
with:
name: TkGL_package
name: TkGL_pkg_windows
path: ./dist

0 comments on commit a925321

Please sign in to comment.