From f0a0c424deacab92b25f675c4618cdd85335b4ac Mon Sep 17 00:00:00 2001 From: JOELwindows7 Date: Mon, 27 Nov 2023 12:50:13 +0700 Subject: [PATCH] bbsbgbsfg tob --- .github/workflows/newExportUnityPackage.yml | 67 ++++++++++++--------- 1 file changed, 37 insertions(+), 30 deletions(-) diff --git a/.github/workflows/newExportUnityPackage.yml b/.github/workflows/newExportUnityPackage.yml index 3167d59b9..ce571d984 100644 --- a/.github/workflows/newExportUnityPackage.yml +++ b/.github/workflows/newExportUnityPackage.yml @@ -10,34 +10,41 @@ 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: | - cd DiceGlow - pwd - ls - echo "Assets/JOELwindows7.meta" > ../metaList - find Assets/JOELwindows7/ -name \*.meta >> ../metaList - - - name: create output directory here - run: mkdir a + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - name: Include which files you wanted to the list file + run: | + cd DiceGlow + pwd + ls + echo "Assets/JOELwindows7.meta" > ../metaList + find Assets/JOELwindows7/ -name \*.meta >> ../metaList - - 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 \ No newline at end of file + - name: create output directory here + run: mkdir a + + - name: Wait, check everything first. + run: | + pwd + ls + echo 'Okay good right?' + + - name: Again, inside DiceGlow. + run: | + cd DiceGlow + 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 \ No newline at end of file