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

treewide: finish rename

This commit is contained in:
RGBCube 2025-06-07 00:46:04 +03:00
parent 841ea830c6
commit da3f7935be
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M
6 changed files with 77 additions and 78 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,16 +88,15 @@ 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
with:
token: ${{ secrets.GITHUB_TOKEN }}
files: SHA256SUMS