Skip to content

Commit

Permalink
fix: try another release
Browse files Browse the repository at this point in the history
  • Loading branch information
wassimk committed Jun 8, 2024
1 parent 5bca443 commit d27ccbe
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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*"

0 comments on commit d27ccbe

Please sign in to comment.