Skip to content

Commit

Permalink
Update artifact names
Browse files Browse the repository at this point in the history
  • Loading branch information
oaubert committed Sep 2, 2024
1 parent de7c601 commit 6a6b556
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Upload Results
uses: actions/upload-artifact@v4
with:
name: installer
name: Windows installer
path: dev/win_installer/*.exe

macos:
Expand Down Expand Up @@ -104,6 +104,7 @@ jobs:
- name: "Upload binary as artifact"
uses: actions/upload-artifact@v4
with:
name: MacOSX dmg image
path: dev/osx_bundle/_build/*.dmg

# - name: "Create Release"
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
- name: Upload Results
uses: actions/upload-artifact@v4
with:
name: installer
name: Windows installer
path: dev/win_installer/*.exe

- name: "Create Release"
Expand Down Expand Up @@ -139,6 +139,7 @@ jobs:
- name: "Upload binary as artifact"
uses: actions/upload-artifact@v4
with:
name: OSX DMG image
path: dev/osx_bundle/_build/*.dmg

- name: "Create Release"
Expand Down

0 comments on commit 6a6b556

Please sign in to comment.