diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f9e1fa1..292db3b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -47,19 +47,17 @@ jobs: fi cd - - - name: Generate SHA-256 for archive - run: shasum -a 256 ${{ matrix.platform.name }} > ${{ matrix.platform.name }}-sha.txt - - name: Publish release artifacts uses: actions/upload-artifact@v4 with: - name: ${{ matrix.platform.bin }}-${{ matrix.platform.os_name }} - path: | - ${{ matrix.platform.bin }}-* + name: elgato-light-${{ matrix.platform.os_name }} + path: "elgato-light-*" + + - name: Generate SHA-256 + run: shasum -a 256 ${{ matrix.platform.name }} > ${{ matrix.platform.name }}-sha.txt - name: Publish GitHub release uses: softprops/action-gh-release@v2 with: draft: true - files: | - ${{ matrix.platform.bin }}-* + files: "elgato-light*"