Skip to content

Commit

Permalink
iron defficiency
Browse files Browse the repository at this point in the history
  • Loading branch information
masckmaster2007 authored Jul 9, 2024
1 parent f2f5195 commit bc0d38a
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/npm-grunt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,19 +33,17 @@ jobs:
run: |
npm install
echo name=${{ inputs.name }} > .env
echo bundle=${{ inputs.name }} >> .env
echo bundle=${{ inputs.bundle }} >> .env
echo url=${{ inputs.url }} >> .env
cat .env
mv .env output.txt
# node index.js
# mv ${{ inputs.name }}.ipa output.ipa
node index.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.txt"
path: "output.ipa"
# The desired behavior if no files are found using the provided path.
if-no-files-found: warn

Expand Down

0 comments on commit bc0d38a

Please sign in to comment.