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

Revert "treewide: finish renaming to Watt"

This reverts commit 5a197951d9.
This commit is contained in:
RGBCube 2025-06-07 00:41:46 +03:00
parent d33659209e
commit b328c948e0
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M
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: watt-linux-amd64
name: superfreq-linux-amd64
cross: false
- os: ubuntu-latest
target: aarch64-unknown-linux-gnu
name: watt-linux-arm64
name: superfreq-linux-arm64
cross: true
runs-on: ${{ matrix.os }}
@ -88,12 +88,12 @@ jobs:
uses: robinraju/release-downloader@v1
with:
tag: ${{ github.ref_name }}
fileName: "watt-*"
fileName: "superfreq-*"
out-file-path: "."
- name: Generate checksums
run: |
sha256sum watt-* > SHA256SUMS
sha256sum superfreq-* > SHA256SUMS
- name: Upload Checksums
uses: softprops/action-gh-release@v2