Skip to content
This repository has been archived by the owner on Jan 26, 2025. It is now read-only.

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
toasterofbread committed Feb 18, 2024
1 parent d9d7a59 commit adc7a93
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-linux-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build [Linux arm64]

on:
push:
branches: [ "main", "test" ]
branches: [ "main" ]
pull_request:
branches: [ "main" ]
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-linux-x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build [Linux x86_64]

on:
push:
branches: [ "main", "test" ]
branches: [ "main" ]
pull_request:
branches: [ "main" ]
workflow_dispatch:
Expand Down
9 changes: 6 additions & 3 deletions .github/workflows/build-windows-x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ jobs:
- name: Copy built files
run: xcopy /s /i /y "${{ github.workspace }}\vcpkg\installed\x64-windows\*" "${{ github.workspace }}\src\nativeInterop\windows-x86_64"

# - name: Copy libcurl files
# run: xcopy /s /i /y "${{ github.workspace }}\vcpkg\packages\curl_x64-windows\*" "${{ github.workspace }}\src\nativeInterop\windows-x86_64"

- name: Download 7-Zip
run: curl https://www.7-zip.org/a/7z2301-x64.exe --output 7z-installer.exe

Expand Down Expand Up @@ -71,3 +68,9 @@ jobs:
with:
name: spms-windows-x86_64-release
path: build\bin\windows-x86_64\releaseExecutable\*.exe

- name: Upload DLL dependencies
uses: actions/upload-artifact@v3
with:
name: dependencies
path: build\bin\windows-x86_64\releaseExecutable\*.dll

0 comments on commit adc7a93

Please sign in to comment.