Skip to content

Commit

Permalink
ci: fix inconsistent asset naming of nightly builds
Browse files Browse the repository at this point in the history
  • Loading branch information
axel-kah committed Jul 7, 2024
1 parent ac23826 commit a9be7c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/debug_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
if: github.event_name == 'workflow_dispatch'
uses: actions/upload-artifact@v4
with:
name: lychee-${{ github.sha }}-macos-x86_64.dmg
name: lychee-${{ github.sha }}-x86_64-macos.dmg
path: target/release/lychee.dmg

windows:
Expand Down Expand Up @@ -120,5 +120,5 @@ jobs:
if: github.event_name == 'workflow_dispatch'
uses: actions/upload-artifact@v4
with:
name: lychee-${{ github.sha }}-windows-x86_64.exe
name: lychee-${{ github.sha }}-x86_64-windows.exe
path: target/release/lychee.exe

0 comments on commit a9be7c2

Please sign in to comment.