Skip to content

Commit

Permalink
Fix upload
Browse files Browse the repository at this point in the history
  • Loading branch information
invliD committed Feb 24, 2024
1 parent 8fb3a9f commit bc5fe5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: binary-${{ matrix.os }}-${{ matrix.arch }}
path: mdns2mqtt-${{ matrix.arch }}.tgz
path: mdns2mqtt-${{ matrix.os }}-${{ matrix.arch }}.tgz
if-no-files-found: error
- name: Debian package
if: matrix.os == 'linux'
Expand Down

0 comments on commit bc5fe5b

Please sign in to comment.