Skip to content
This repository has been archived by the owner on Jun 30, 2024. It is now read-only.

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
oleksiikutuzov authored Nov 11, 2022
1 parent e11de3a commit 4279afa
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ inputs:
fap-dir:
description: 'Directory with your fap (you should checkout your repository to some folder'
required: true
app_id:
description: 'app_id of your application'
required: true
channel:
description: 'SDK channel to use'
required: false
Expand Down Expand Up @@ -72,11 +69,7 @@ runs:

- name: Get name
shell: bash
run: pwd; basename ${{ inputs.fap-dir }}/dist/*.fap; echo "APP_ID=$(basename ${{ inputs.fap-dir }}/dist/*.fap)" >> $GITHUB_ENV

- name: Print env
shell: bash
run: echo ${{ env.APP_ID }}
run: echo "APP_ID=$(basename ${{ inputs.fap-dir }}/dist/*.fap)" >> $GITHUB_ENV

- name: Upload artifact
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 4279afa

Please sign in to comment.