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
|
||||
#
|
||||
flatpak-pack:
|
||||
name: Build flatpak on ubuntu 22.04
|
||||
runs-on: ubuntu-22.04
|
||||
name: Build flatpak on ubuntu 24.04
|
||||
runs-on: ubuntu-24.04
|
||||
steps:
|
||||
- name: Checkout Source code
|
||||
if: github.event_name == 'push'
|
||||
@@ -428,8 +428,8 @@ jobs:
|
||||
overwrite: true
|
||||
|
||||
snap-pack:
|
||||
name: Build snap on ubuntu 22.04
|
||||
runs-on: ubuntu-22.04
|
||||
name: Build snap on ubuntu latest
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout Source code
|
||||
if: github.event_name == 'push'
|
||||
@@ -459,8 +459,7 @@ jobs:
|
||||
- name: Packaging snap
|
||||
uses: snapcore/action-build@v1
|
||||
id: snapcraft
|
||||
with:
|
||||
snapcraft-args: --enable-experimental-extensions
|
||||
|
||||
- name: Rename snap name
|
||||
shell: bash
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user