From 25af8adf0722a47c7f121620e0bab06cf38b7d32 Mon Sep 17 00:00:00 2001 From: Leonardo Emanuele Date: Tue, 12 Mar 2024 11:22:00 +0100 Subject: [PATCH] Revert "get nuget from correct folder" This reverts commit 87259620cf9fdfef8e8fa102b178489c60b49382. --- .github/workflows/build-publish.yml | 4 ++-- ScaleformUI_V8/src/elements/job/icon.ts | 19 ------------------- 2 files changed, 2 insertions(+), 21 deletions(-) delete mode 100644 ScaleformUI_V8/src/elements/job/icon.ts diff --git a/.github/workflows/build-publish.yml b/.github/workflows/build-publish.yml index baa04b9b..678985f6 100644 --- a/.github/workflows/build-publish.yml +++ b/.github/workflows/build-publish.yml @@ -58,9 +58,9 @@ jobs: - name: Publish - NuGet if: ${{ env.is-tag == 'true' }} run: dotnet nuget push **/*.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_API_KEY }} --skip-duplicate - working-directory: ScaleformUI\CompiledLibs\Release\net452\ + working-directory: ScaleformUI\CompiledLibs\ - name: Publish - GitHub if: ${{ env.is-tag == 'true' }} run: dotnet nuget push **/*.nupkg --skip-duplicate - working-directory: ScaleformUI\CompiledLibs\Release\net452\ + working-directory: ScaleformUI\CompiledLibs\ diff --git a/ScaleformUI_V8/src/elements/job/icon.ts b/ScaleformUI_V8/src/elements/job/icon.ts deleted file mode 100644 index be8209b6..00000000 --- a/ScaleformUI_V8/src/elements/job/icon.ts +++ /dev/null @@ -1,19 +0,0 @@ -export enum JobIcon { - NONE = -1, - GTAOMission = 0, - Deathmatch = 1, - RaceFinish = 2, - GTAOSurvival = 3, - TeamDeathmatch = 4, - Castle = 6, - Parachute = 8, - VehicleDeathmatch = 9, - RaceCar = 10, - RaceFoot = 11, - RaceSea = 12, - RaceBike = 13, - RaceAir = 14, - LastTeamStanding = 15, - Briefcase = 16, - RaceStunt = 18 -} \ No newline at end of file