diff options
| author | DemonKingSwarn <rockingswarn@gmail.com> | 2025-11-10 16:32:34 +0530 |
|---|---|---|
| committer | DemonKingSwarn <rockingswarn@gmail.com> | 2025-11-10 16:32:34 +0530 |
| commit | d82488d10237f7eea08d80fd0f7c3cd13f123390 (patch) | |
| tree | cebd3930ec008566c7166b59fe5c3137594b3ec4 /.github | |
| parent | b2f1235d6ad1f3afcc347e4f06592718f8c4c39c (diff) | |
| download | hypr-wellbeing-d82488d10237f7eea08d80fd0f7c3cd13f123390.zip hypr-wellbeing-d82488d10237f7eea08d80fd0f7c3cd13f123390.tar.gz | |
chore: removed windows support
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/windows.yaml | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/.github/workflows/windows.yaml b/.github/workflows/windows.yaml deleted file mode 100644 index 6ae6271..0000000 --- a/.github/workflows/windows.yaml +++ /dev/null @@ -1,33 +0,0 @@ -name: Build and Save C# Binary on Windows - -on: - push: - branches: - - master - -jobs: - build: - runs-on: windows-latest - - steps: - - uses: actions/checkout@v3 - - - name: Setup .NET SDK - uses: actions/setup-dotnet@v3 - with: - dotnet-version: '8.x' - - - name: Restore dependencies - run: dotnet restore hypr-wellbeing-windows.csproj - - - name: Build project - run: dotnet publish hypr-wellbeing-windows.csproj - - - name: Upload binary artifact - uses: actions/upload-artifact@v4 - with: - name: csharp-binary - path: | - **/bin/Release/net8.0/**/*.exe - **/bin/Release/net8.0/**/*.dll - |
