Skip to content

Commit

Permalink
Issue 762: Try using referenced artifact name for upload.
Browse files Browse the repository at this point in the history
  • Loading branch information
PMSeitzer committed Nov 4, 2024
1 parent 60be230 commit 4bbbda0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ deploy:
description: 'Maven Desktop Application - Mac OS'
auth_token:
secure: dUsKwa2HNyEycsQtwtVQ9g7tXTQNjXzpf7FEBMllM69nbd1FC0PwcsC4IMGqHdRn
artifact: dist/Maven*.dmg
artifact: Maven-macos
draft: false
prerelease: false
on:
Expand All @@ -119,7 +119,7 @@ deploy:
description: 'Peakdetector Executable - Mac OS'
auth_token:
secure: dUsKwa2HNyEycsQtwtVQ9g7tXTQNjXzpf7FEBMllM69nbd1FC0PwcsC4IMGqHdRn
artifact: dist/peakdetector*.dmg
artifact: peakdetector-macos
draft: false
prerelease: false
on:
Expand Down

0 comments on commit 4bbbda0

Please sign in to comment.