Skip to content

Commit 35efc95

Browse files
committed
Fixes
1 parent d0eba83 commit 35efc95

File tree

5 files changed

+4
-9
lines changed

5 files changed

+4
-9
lines changed

.github/actions/project-build/action.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,6 @@ runs:
7979
PROJECT_PATH: ${{ inputs.project_path }} # Used by commands in `common-commands` step
8080
shell: bash
8181

82-
- name: List Build Directory
83-
run: |
84-
ls -R ${{ inputs.project_path }}/
85-
shell: bash
86-
8782
# Push to GitHub packages on each commit and release
8883
- name: Push to NuGet (Nightly)
8984
if: |

.github/workflows/Rocket.API.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ jobs:
3636
project_path: Rocket/Rocket.API
3737
github_token: ${{ secrets.PAT }}
3838
nuget_key: ${{ secrets.NUGET_DEPLOY_KEY }}
39-
nuget_push: false
39+
nuget_push: true

.github/workflows/Rocket.Core.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ jobs:
3636
project_path: Rocket/Rocket.Core
3737
github_token: ${{ secrets.PAT }}
3838
nuget_key: ${{ secrets.NUGET_DEPLOY_KEY }}
39-
nuget_push: false
39+
nuget_push: true

.github/workflows/Rocket.Unturned.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ jobs:
3636
project_path: Rocket.Unturned
3737
github_token: ${{ secrets.PAT }}
3838
nuget_key: ${{ secrets.NUGET_DEPLOY_KEY }}
39-
nuget_push: false
39+
nuget_push: true

.github/workflows/RocketModFix.Module.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
with:
3838
project_path: Rocket.Unturned
3939
nuget_key: ${{ secrets.NUGET_DEPLOY_KEY }}
40-
nuget_push: true
40+
nuget_push: false
4141
github_token: ${{ secrets.PAT }}
4242

4343
- name: Install zip

0 commit comments

Comments
 (0)