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 215e4ff commit 8d17df6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ on:
description: '实际安装路径, 默认即可'
required: true
default: '/var/lib/flatpak/repo'

name: RUN BUILD
jobs:
build:
runs-on: ubuntu-20.04
Expand All @@ -38,7 +40,7 @@ jobs:
- name: export .flatpak file
run: |
sudo 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 }}.flatpak ${{ github.event.inputs.arg_packname }} ${{ github.event.inputs.arg_branch }}
- name: Release set path
run: |
Expand Down

0 comments on commit 8d17df6

Please sign in to comment.