diff --git a/.github/workflows/publish-lostparadise.yml b/.github/workflows/publish-lostparadise.yml index 97fb0534f5..f9d6777bd8 100644 --- a/.github/workflows/publish-lostparadise.yml +++ b/.github/workflows/publish-lostparadise.yml @@ -15,14 +15,14 @@ jobs: with: submodules: 'recursive' - # - name: Download parts - # run: | - # git clone ${{ secrets.HUB_SEC_TOKEN }} - # mv Secrets/_PrivateResources/_Private Resources/Prototypes/ - # mv Secrets/_PrivateResources/PERSONAL Resources/Textures/ - # mv Secrets/_PrivateShared Content.Shared/_PrivateShared - # mv Secrets/_PrivateServer Content.Server/_PrivateServer - # mv Secrets/_PrivateClient Content.Client/_PrivateClient + - name: Download parts + run: | + git clone ${{ secrets.HUB_SEC_TOKEN }} + mv Secrets/_PrivateResources/_Private Resources/Prototypes/ + mv Secrets/_PrivateResources/PERSONAL Resources/Textures/ + mv Secrets/_PrivateShared Content.Shared/_PrivateShared + mv Secrets/_PrivateServer Content.Server/_PrivateServer + mv Secrets/_PrivateClient Content.Client/_PrivateClient - name: Setup .NET Core uses: actions/setup-dotnet@v4.0.0