mirror of
https://github.com/RGBCube/superfreq
synced 2025-07-29 18:07:45 +00:00
treewide: finish rename
This commit is contained in:
parent
841ea830c6
commit
da3f7935be
6 changed files with 77 additions and 78 deletions
9
.github/workflows/release.yml
vendored
9
.github/workflows/release.yml
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue