mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-07-29 10:18:12 -07:00
ci: add windows-latest (x86_64) release
This commit is contained in:
committed by
Cooper Quintin
parent
01e762a3d6
commit
30e543898b
@@ -20,6 +20,8 @@ jobs:
|
|||||||
os: macos-latest
|
os: macos-latest
|
||||||
- name: macos-intel
|
- name: macos-intel
|
||||||
os: macos-13
|
os: macos-13
|
||||||
|
- name: windows-x86_64
|
||||||
|
os: windows-latest
|
||||||
runs-on: ${{ matrix.platform.os }}
|
runs-on: ${{ matrix.platform.os }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
@@ -28,7 +30,7 @@ jobs:
|
|||||||
- uses: actions/upload-artifact@v4
|
- uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: serial-${{ matrix.platform.name }}
|
name: serial-${{ matrix.platform.name }}
|
||||||
path: ./target/release/serial
|
path: target/release/serial${{ matrix.platform.os == 'windows-latest' && '.exe' || '' }}
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Build check
|
- name: Build check
|
||||||
@@ -36,7 +38,7 @@ jobs:
|
|||||||
- uses: actions/upload-artifact@v4
|
- uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: rayhunter-check-${{ matrix.platform.os }}
|
name: rayhunter-check-${{ matrix.platform.os }}
|
||||||
path: ./target/release/rayhunter-check
|
path: target/release/rayhunter-check${{ matrix.platform.os == 'windows-latest' && '.exe' || '' }}
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
build_rootshell_and_rayhunter:
|
build_rootshell_and_rayhunter:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
Reference in New Issue
Block a user