1
Fork 0
mirror of https://github.com/RGBCube/superfreq synced 2025-07-28 17:37:45 +00:00

treewide: finish renaming to Watt

This commit is contained in:
diniamo 2025-06-06 14:59:22 +02:00
parent da07011b02
commit 5a197951d9
14 changed files with 132 additions and 132 deletions

View file

@ -30,11 +30,11 @@ jobs:
include:
- os: ubuntu-latest
target: x86_64-unknown-linux-gnu
name: superfreq-linux-amd64
name: watt-linux-amd64
cross: false
- os: ubuntu-latest
target: aarch64-unknown-linux-gnu
name: superfreq-linux-arm64
name: watt-linux-arm64
cross: true
runs-on: ${{ matrix.os }}
@ -88,12 +88,12 @@ jobs:
uses: robinraju/release-downloader@v1
with:
tag: ${{ github.ref_name }}
fileName: "superfreq-*"
fileName: "watt-*"
out-file-path: "."
- name: Generate checksums
run: |
sha256sum superfreq-* > SHA256SUMS
sha256sum watt-* > SHA256SUMS
- name: Upload Checksums
uses: softprops/action-gh-release@v2