From a9bc4cefe708ba8b6289869113e4b53ba95ff6a3 Mon Sep 17 00:00:00 2001 From: Jean <63162857+masckmaster2007@users.noreply.github.com> Date: Tue, 9 Jul 2024 22:34:06 +0300 Subject: [PATCH] Update npm-grunt.yml --- .github/workflows/npm-grunt.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/npm-grunt.yml b/.github/workflows/npm-grunt.yml index c0209b7..dcda17c 100644 --- a/.github/workflows/npm-grunt.yml +++ b/.github/workflows/npm-grunt.yml @@ -35,15 +35,15 @@ jobs: echo name=${{ inputs.name }} > .env echo bundle=${{ inputs.bundle }} >> .env echo url=${{ inputs.url }} >> .env - node index.js - mv ${{ inputs.name }}.ipa output.ipa + node test.js + # mv ${{ inputs.name }}.ipa output.ipa - name: Upload a Build Artifact uses: actions/upload-artifact@v4.3.4 with: # Artifact name name: "IPA Output" # optional, default is artifact # A file, directory or wildcard pattern that describes what to upload - path: "output.ipa" + path: ".env" # The desired behavior if no files are found using the provided path. if-no-files-found: warn