Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Voltstro committed Aug 30, 2024
1 parent d817f6a commit 481ab59
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ jobs:

#Build shared
- name: Build Shared
shell: pwsh
run: '& ./publish-shared.ps1'
run: 'python build_shared.py'
working-directory: UnityWebBrowserSource/src/DevScripts/

#Restore Unity's cache
Expand Down Expand Up @@ -58,18 +57,6 @@ jobs:
run: npm pack --pack-destination ~/UWBStaging/
working-directory: UnityWebBrowserSource/src/Packages/UnityWebBrowser

#Pack UWB Communication Pipes
- name: Pack Communication Pipes Package
shell: pwsh
run: npm pack --pack-destination ~/UWBStaging/
working-directory: UnityWebBrowserSource/src/Packages/UnityWebBrowser.Communication.Pipes

#Pack UWB UNIX Support
- name: Pack Unix Support Package
shell: pwsh
run: npm pack --pack-destination ~/UWBStaging/
working-directory: UnityWebBrowserSource/src/Packages/UnityWebBrowser.Unix-Support

# Upload Packed Packages
- name: Upload Artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 481ab59

Please sign in to comment.