-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Update publish-lostparadise.yml"
This reverts commit bb9a4c7.
- Loading branch information
Showing
1 changed file
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/[email protected] | ||
|