mirror of
https://github.com/fergalmoran/flameshot.git
synced 2025-12-22 09:51:06 +00:00
Update Linux-pack.yml (#4001)
This commit is contained in:
11
.github/workflows/Linux-pack.yml
vendored
11
.github/workflows/Linux-pack.yml
vendored
@@ -367,8 +367,8 @@ jobs:
|
|||||||
# overwrite: true
|
# overwrite: true
|
||||||
#
|
#
|
||||||
flatpak-pack:
|
flatpak-pack:
|
||||||
name: Build flatpak on ubuntu 22.04
|
name: Build flatpak on ubuntu 24.04
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-24.04
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Source code
|
- name: Checkout Source code
|
||||||
if: github.event_name == 'push'
|
if: github.event_name == 'push'
|
||||||
@@ -428,8 +428,8 @@ jobs:
|
|||||||
overwrite: true
|
overwrite: true
|
||||||
|
|
||||||
snap-pack:
|
snap-pack:
|
||||||
name: Build snap on ubuntu 22.04
|
name: Build snap on ubuntu latest
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Source code
|
- name: Checkout Source code
|
||||||
if: github.event_name == 'push'
|
if: github.event_name == 'push'
|
||||||
@@ -459,8 +459,7 @@ jobs:
|
|||||||
- name: Packaging snap
|
- name: Packaging snap
|
||||||
uses: snapcore/action-build@v1
|
uses: snapcore/action-build@v1
|
||||||
id: snapcraft
|
id: snapcraft
|
||||||
with:
|
|
||||||
snapcraft-args: --enable-experimental-extensions
|
|
||||||
- name: Rename snap name
|
- name: Rename snap name
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user