Skip to content

Commit

Permalink
Move native library projects to separate uet-native repository (#103)
Browse files Browse the repository at this point in the history
Ref #102.
  • Loading branch information
hach-que authored Dec 23, 2024
1 parent 3afb67b commit 5ca6fea
Show file tree
Hide file tree
Showing 21 changed files with 3 additions and 499 deletions.
15 changes: 0 additions & 15 deletions .github/actions/download-artifact/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,6 @@ runs:
path: ""
merge-multiple: true

- name: Download AutoDiscovery
if: ${{ inputs.UET_ARTIFACT_NAME == 'autodiscovery' }}
uses: actions/download-artifact@v4
with:
name: autodiscovery
path: UET/
merge-multiple: true
- name: Download Mac Logging
if: ${{ inputs.UET_ARTIFACT_NAME == 'mac-logging' }}
uses: actions/download-artifact@v4
with:
name: mac-logging
path: UET/
merge-multiple: true

- name: Download UEFS Win
if: ${{ inputs.UET_ARTIFACT_NAME == 'uefs-win' }}
uses: actions/download-artifact@v4
Expand Down
23 changes: 0 additions & 23 deletions .github/actions/upload-artifact/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,29 +19,6 @@ runs:
path: |
package.version
- name: Upload AutoDiscovery
if: ${{ inputs.UET_ARTIFACT_NAME == 'autodiscovery' }}
uses: actions/upload-artifact@v4
with:
name: autodiscovery
if-no-files-found: error
path: |
UET/Redpoint.AutoDiscovery.Win64/bin/x64/Debug/${{ inputs.UET_FRAMEWORK_TARGET }}/**
UET/Redpoint.AutoDiscovery.Win32/bin/x86/Debug/${{ inputs.UET_FRAMEWORK_TARGET }}/**
UET/Redpoint.AutoDiscovery.Win64/bin/x64/Release/${{ inputs.UET_FRAMEWORK_TARGET }}/**
UET/Redpoint.AutoDiscovery.Win32/bin/x86/Release/${{ inputs.UET_FRAMEWORK_TARGET }}/**
UET/Redpoint.AutoDiscovery/bin/Release/Redpoint.AutoDiscovery.*.nupkg
- name: Upload Mac Logging
if: ${{ inputs.UET_ARTIFACT_NAME == 'mac-logging' }}
uses: actions/upload-artifact@v4
with:
name: mac-logging
if-no-files-found: error
path: |
UET/Redpoint.Logging.Mac.Native/runtimes/osx-arm64/libLogging.arm64.dylib
UET/Redpoint.Logging.Mac.Native/runtimes/osx-x64/libLogging.x64.dylib
UET/Redpoint.Logging.Mac/bin/Redpoint.Logging.Mac.Native.*.nupkg
- name: Upload UEFS Win
if: ${{ inputs.UET_ARTIFACT_NAME == 'uefs-win' }}
uses: actions/upload-artifact@v4
Expand Down
Loading

0 comments on commit 5ca6fea

Please sign in to comment.