From 0083f92a7f1862f5db131d7daff2468cabc1df55 Mon Sep 17 00:00:00 2001 From: Naveed Date: Sat, 8 Jun 2024 15:42:32 +0200 Subject: [PATCH 1/2] after renaming --- ...ance-Variant-Component.yml => Release-App-Advance.yml} | 0 package.json | 8 +++----- 2 files changed, 3 insertions(+), 5 deletions(-) rename .github/workflows/{Release-Advance-Variant-Component.yml => Release-App-Advance.yml} (100%) diff --git a/.github/workflows/Release-Advance-Variant-Component.yml b/.github/workflows/Release-App-Advance.yml similarity index 100% rename from .github/workflows/Release-Advance-Variant-Component.yml rename to .github/workflows/Release-App-Advance.yml diff --git a/package.json b/package.json index f55ebf7..db1f318 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,10 @@ { "name": "@naveed235812/app-advance-windows", - "version": "1.1.0", - "description": "Advance variant of test product for windows.", + "version": "1.0.1", + "description": "Advance variant of test product.", "main": "index.js", "bin": { - "hello-world": "./lib/index.js" + "app-advance": "./lib/index.js" }, "author": "Naveed Ahmad", "license": "", @@ -19,8 +19,6 @@ "test": "mocha -r ts-node/register src/test/**.test.ts --timeout 5000" }, "dependencies": { - "c-preprocessor": "^0.2.13", - "chalk": "^2.4.1", "commander": "^2.19.0", "readdirp": "^3.0.0", "@naveed235812/hello-world-windows": "1.0.6" From 0fa8eca44811a9ea90a63b26788dca85797d0879 Mon Sep 17 00:00:00 2001 From: Naveed Date: Sat, 8 Jun 2024 15:46:32 +0200 Subject: [PATCH 2/2] renamed tasks --- .github/workflows/Build-And-Test-Variant.yml | 12 ++++++------ .github/workflows/Release-App-Advance.yml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/Build-And-Test-Variant.yml b/.github/workflows/Build-And-Test-Variant.yml index e828994..a2e6913 100644 --- a/.github/workflows/Build-And-Test-Variant.yml +++ b/.github/workflows/Build-And-Test-Variant.yml @@ -1,4 +1,4 @@ -name: "Build-And-Test-App" +name: "Build-And-Test-Advance-App" on: workflow_dispatch: @@ -10,8 +10,8 @@ on: - main jobs: - app-advance-variant-windows: - name: "Advance Variant (Windows)" + app-advance-windows: + name: "Advance App (Windows)" runs-on: windows-latest steps: - name: 📚 Checkout @@ -28,7 +28,7 @@ jobs: - name: Install Dependencies run: npm install - - name: Build Advance Variant + - name: Build Advance App run: npm run build - name: Execute Tests @@ -38,11 +38,11 @@ jobs: # - name: Execute Variant (Demo Purposes) # run: node ./lib/index.js - - name: Package Advance Variant + - name: Package Advance App run: npm pack if: ${{ github.event_name == 'push' || github.event_name == 'workflow_dispatch' }} - - name: Publish Advance Variant + - name: Publish Advance App uses: actions/upload-artifact@v3 with: name: app-advance-windows diff --git a/.github/workflows/Release-App-Advance.yml b/.github/workflows/Release-App-Advance.yml index 8575d37..20a1345 100644 --- a/.github/workflows/Release-App-Advance.yml +++ b/.github/workflows/Release-App-Advance.yml @@ -2,7 +2,7 @@ name: "release-app-advance" on: workflow_run: - workflows: [Build-And-Test-App] + workflows: [Build-And-Test-Advance-App] types: - completed branches: