Skip to content

Commit

Permalink
添加自动构建工程
Browse files Browse the repository at this point in the history
  • Loading branch information
gfdgd-xi committed Aug 31, 2024
1 parent aa115ff commit 7e14d6f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 6 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/launcher-building.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Building Program
run-name: Building ${{ GITHUB.REPOSITORY }}

on:
workflow_dispatch:
push:
tags:
- "*"

jobs:
call:
uses: GXDE-OS/GXDE/.github/workflows/building-deb.yml@master
secrets: inherit
10 changes: 4 additions & 6 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
gxde-terminal (5.0.4.3gxde2) UNRELEASED; urgency=medium
gxde-terminal (5.0.4.3gxde3) UNRELEASED; urgency=medium

* Support to run on deepin 23
*
*
* Repair problem with wine runner

-- gfdgd_xi <[email protected]> Sat, 31 Aug 2024 08:51:13 +0800

-- gfdgd_xi <[email protected]> Tue, 16 Jul 2024 09:20:13 +0800

gxde-terminal (5.0.4.3-1) unstable; urgency=medium

* Initial version 5.0.4.3.
Expand Down

0 comments on commit 7e14d6f

Please sign in to comment.