mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
fixes
This commit is contained in:
parent
63f3f5726f
commit
9c114c6cee
6
.github/workflows/build-flatpak.yml
vendored
6
.github/workflows/build-flatpak.yml
vendored
@ -130,7 +130,7 @@ jobs:
|
|||||||
sudo flatpak install -y flathub org.freedesktop.Sdk.Extension.openjdk17
|
sudo flatpak install -y flathub org.freedesktop.Sdk.Extension.openjdk17
|
||||||
|
|
||||||
- name: Setup Flatpak builder cache
|
- name: Setup Flatpak builder cache
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: ${{ env.FLATPAK_BUILDER_CACHE }}
|
path: ${{ env.FLATPAK_BUILDER_CACHE }}
|
||||||
key: flatpak-builder-${{ runner.os }}-${{ hashFiles('flatpak/org.sleuthkit.Autopsy.yml') }}
|
key: flatpak-builder-${{ runner.os }}-${{ hashFiles('flatpak/org.sleuthkit.Autopsy.yml') }}
|
||||||
@ -184,7 +184,7 @@ jobs:
|
|||||||
org.sleuthkit.Autopsy
|
org.sleuthkit.Autopsy
|
||||||
|
|
||||||
- name: Upload build artifacts
|
- name: Upload build artifacts
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: autopsy-flatpak-${{ needs.check-version.outputs.autopsy_version }}
|
name: autopsy-flatpak-${{ needs.check-version.outputs.autopsy_version }}
|
||||||
path: |
|
path: |
|
||||||
@ -211,7 +211,7 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Download build artifacts
|
- name: Download build artifacts
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: autopsy-flatpak-${{ needs.check-version.outputs.autopsy_version }}
|
name: autopsy-flatpak-${{ needs.check-version.outputs.autopsy_version }}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user