Skip to content

Commit

Permalink
move to here
Browse files Browse the repository at this point in the history
  • Loading branch information
JOELwindows7 committed Nov 27, 2023
1 parent 4bceab9 commit 97d41f3
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 0 deletions.
File renamed without changes.
40 changes: 40 additions & 0 deletions .github/workflows/newExportUnityPackage.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
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]

# https://github.com/marketplace/actions/create-unitypackage
jobs:
echo:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Include which files you wanted to the list file
run: |
echo "DiceGlow/Assets/JOELwindows7.meta" > metaList
find DiceGlow/Assets/JOELwindows7/ -name \*.meta >> metaList
- name: create output directory here
run: mkdir a

- name: Wait, check everything first.
run: |
pwd
ls
echo 'Okay good right?'
- name: It's morbin time!
uses: pCYSl5EDgo/create-unitypackage@master
with:
package-path: 'a/WholeJOELwindows7CVRSets.unitypackage'
include-files: metaList
project-folder: 'DiceGlow'
- name: Here's your morbin sir!
uses: actions/upload-artifact@master
with:
path: a
name: package
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1536,6 +1536,7 @@ Put this image onto some quads. This image is my promotion for gamers to check o
- https://github.com/VRLabs/extract-unity-package-action try this?
- https://github.com/marketplace/actions/create-unitypackage or go somewhere else?
- https://github.com/marketplace/actions/setup-unity-editor-for-use-with-actions
- ugh! this is useless, VRLabs also had same **unable to download error!!!!!!!!!!**

## sovania

Expand Down

0 comments on commit 97d41f3

Please sign in to comment.