Skip to content

Commit

Permalink
Fix GitHub release
Browse files Browse the repository at this point in the history
  • Loading branch information
lptr committed Dec 15, 2024
1 parent bf24916 commit 4f13107
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.environment }}
name: ugly-duckling-${{ matrix.environment }}
path: |
ugly-duckling-${{ matrix.environment }}.bin
debug-${{ matrix.environment }}.zip
Expand All @@ -81,5 +81,5 @@ jobs:
- name: Release
uses: AButler/[email protected]
with:
files: firmware-*/*
files: ugly-duckling-*/*
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 4f13107

Please sign in to comment.