Skip to content

Commit

Permalink
Add build-app suffix into release
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex4386 committed May 11, 2024
1 parent 65bfe6e commit e58afa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
chmod +x ./.github/scripts/renamer.sh
./.github/scripts/renamer.sh
env:
FILE_SUFFIX: ${{ matrix.sdk-ident }}
FILE_SUFFIX: ${{ matrix.sdk-ident }}-${{ steps.build-app.outputs.suffix }}
DIST_FILE: ${{ steps.build-app.outputs.fap-artifacts }}
- name: Upload packages to release
uses: svenstaro/upload-release-action@v2
Expand Down

0 comments on commit e58afa6

Please sign in to comment.