Skip to content

Commit

Permalink
Update npm-grunt.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
masckmaster2007 authored Jul 9, 2024
1 parent 6a0e668 commit a9bc4ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/npm-grunt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
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

Expand Down

0 comments on commit a9bc4ce

Please sign in to comment.