Skip to content

Commit

Permalink
Test this one
Browse files Browse the repository at this point in the history
  • Loading branch information
JOELwindows7 committed Nov 26, 2023
1 parent 9015b4f commit 1f4e6cf
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
31 changes: 31 additions & 0 deletions .github/workflows/ExportUnityPackage.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
name: Export to .unitypackage

# JOELwindows7: have write permission pls
permissions:
contents: write

# use https://github.com/FrostBanditTeam/extract-unity-package-action
on: [push, pull_request]

jobs:
extract_unity_package:
runs-on: ubuntu-latest
name: extract_unity_package
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Extract unity package
id: extract_unity_package
uses: FrostBanditTeam/extract-unity-package-action@1
with:
#Specify the unity project path, relative to the repo root.
unityProjectPath: './DiceGlow'
#Optional: Set the directory to package, relative to the project.
packagePath: 'Assets/JOELwindows7'
#Optional: Set the output path for the package.
outputPackagePath: './artifacts/WholeJOELwindows7CVRSets.unitypackage'
- name: Upload artifact
uses: actions/upload-artifact@v2
with:
name: Output package
path: ${{ steps.extract_unity_package.outputs.artifactsPath }}
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1526,6 +1526,10 @@ Put this image onto some quads. This image is my promotion for gamers to check o
- https://irongut.gumroad.com/ Oh yeah forgor these jackpots! get those too!
- https://gumroad.com/alber wait, where is ColdHeartedYeen?
- https://tailslol.gumroad.com
- https://github.com/FrostBanditTeam/extract-unity-package-action Okay. First we have this pre-packed exporter.
- https://github.com/marketplace/actions/export-unitypackage-from-unity-project
- https://github.com/FrostBanditTeam/extract-unity-package-action it uses this.
- https://github.com/Lachee/Unity-Package-Exporter I said, **this**.

## sovania

Expand Down

0 comments on commit 1f4e6cf

Please sign in to comment.