mirror of
https://github.com/redstrate/Astra.git
synced 2025-04-23 21:07:45 +00:00
Too lazy to write commit messages now
This commit is contained in:
parent
b92cfc0120
commit
288236d4c0
1 changed files with 21 additions and 19 deletions
40
.github/workflows/main.yml
vendored
40
.github/workflows/main.yml
vendored
|
@ -292,6 +292,8 @@ jobs:
|
|||
Copy-Item -Path ${{ steps.strings.outputs.prefix-dir }}/bin/KF6BreezeIcons.dll -Destination ${{ steps.strings.outputs.build-output-dir }}/bin/bin
|
||||
Copy-Item -Path ${{ steps.strings.outputs.prefix-dir }}/bin/KF6IconThemes.dll -Destination ${{ steps.strings.outputs.build-output-dir }}/bin/bin
|
||||
Copy-Item -Path ${{ steps.strings.outputs.prefix-dir }}/bin/KF6ColorScheme.dll -Destination ${{ steps.strings.outputs.build-output-dir }}/bin/bin
|
||||
Copy-Item -Path ${{ steps.strings.outputs.prefix-dir }}/bin/KF6GuiAddons.dll -Destination ${{ steps.strings.outputs.build-output-dir }}/bin/bin
|
||||
Copy-Item -Path ${{ steps.strings.outputs.prefix-dir }}/bin/KF6WidgetsAddons.dll -Destination ${{ steps.strings.outputs.build-output-dir }}/bin/bin
|
||||
|
||||
Copy-Item -Path ${{ steps.strings.outputs.prefix-dir }}/bin/Kirigami.dll -Destination ${{ steps.strings.outputs.build-output-dir }}/bin/bin
|
||||
Copy-Item -Path ${{ steps.strings.outputs.prefix-dir }}/bin/KirigamiDelegates.dll -Destination ${{ steps.strings.outputs.build-output-dir }}/bin/bin
|
||||
|
@ -314,26 +316,26 @@ jobs:
|
|||
name: ${{ runner.os }}-package
|
||||
path: ${{ steps.strings.outputs.build-output-dir }}/bin
|
||||
|
||||
build-flatpak:
|
||||
runs-on: ubuntu-latest
|
||||
#build-flatpak:
|
||||
# runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: true
|
||||
# steps:
|
||||
# - uses: actions/checkout@v4
|
||||
# with:
|
||||
# submodules: true
|
||||
|
||||
- name: Setup Linux dependencies
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install \
|
||||
flatpak-builder \
|
||||
# - name: Setup Linux dependencies
|
||||
# run: |
|
||||
# sudo apt-get update
|
||||
# sudo apt-get install \
|
||||
# flatpak-builder \
|
||||
|
||||
- name: Build Flatpak
|
||||
run: |
|
||||
./scripts/build-flatpak.sh
|
||||
# - name: Build Flatpak
|
||||
# run: |
|
||||
# ./scripts/build-flatpak.sh
|
||||
|
||||
- name: Archive artifacts
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: flatpak
|
||||
path: astra.flatpak
|
||||
# - name: Archive artifacts
|
||||
# uses: actions/upload-artifact@v4
|
||||
# with:
|
||||
# name: flatpak
|
||||
# path: astra.flatpak
|
||||
|
|
Loading…
Add table
Reference in a new issue