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 4279afa commit 897579b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,10 @@ runs:

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

- name: Upload artifact
uses: actions/upload-artifact@v3
with:
name: ${{ env.APP_ID }}
path: flipperzero-ufbt/.ufbt/build/${{ env.APP_ID }}
name: ${{ env.ARTIFACT }}
path: flipperzero-ufbt/.ufbt/build/${{ env.ARTIFACT }}

0 comments on commit 897579b

Please sign in to comment.