Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jcleng authored Aug 26, 2023
1 parent e9a9091 commit 9b08aa7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ jobs:
- name: export .flatpak file
if: github.event.inputs.arg_type == '--runtime'
run: |
sudo flatpak build-bundle ${{ github.event.inputs.arg_type }} ${{ github.event.inputs.arg_repopath }} ${{ github.event.inputs.arg_packname }}.flatpak ${{ github.event.inputs.arg_packname }} ${{ github.event.inputs.arg_branch }}
sudo flatpak build-bundle ${{ github.event.inputs.arg_type }} ${{ github.event.inputs.arg_repopath }} ${{ github.event.inputs.arg_packname }}_${{ github.event.inputs.arg_branch }}.flatpak ${{ github.event.inputs.arg_packname }} ${{ github.event.inputs.arg_branch }}
- name: export .flatpak file
if: github.event.inputs.arg_type == '--app'
run: |
sudo flatpak build-bundle ${{ github.event.inputs.arg_repopath }} ${{ github.event.inputs.arg_packname }}.flatpak ${{ github.event.inputs.arg_packname }} ${{ github.event.inputs.arg_branch }}
sudo flatpak build-bundle ${{ github.event.inputs.arg_repopath }} ${{ github.event.inputs.arg_packname }}_${{ github.event.inputs.arg_branch }}.flatpak ${{ github.event.inputs.arg_packname }} ${{ github.event.inputs.arg_branch }}
- name: Release set path
run: |
Expand Down

0 comments on commit 9b08aa7

Please sign in to comment.