Skip to content

Commit 0f626c9

Browse files
committed
Feature parity
1 parent 2f5784d commit 0f626c9

File tree

6 files changed

+219
-85
lines changed

6 files changed

+219
-85
lines changed

.github/workflows/compress_and_upload.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ jobs:
1919
with:
2020
ref: 'main'
2121

22+
- name: Install glib
23+
run: |
24+
sudo apt-get update && sudo apt-get install -y libglib2.0-bin
25+
2226
- name: Get Hash
2327
run: |
2428
echo "hash=$(git rev-parse --short ${{ github.event.head_commit.id }})" >> "$GITHUB_ENV"
@@ -62,6 +66,9 @@ jobs:
6266
with:
6367
ref: 'pre-45'
6468

69+
- name: Compile schemas
70+
run: |
71+
cd [email protected]/schemas && glib-compile-schemas .
6572
- name: Compress directory (pre-45)
6673
run: |
6774
cd [email protected] && zip -r ../gjsosk@vishram1123_pre-45.zip ./*
@@ -75,4 +82,4 @@ jobs:
7582
upload_url: ${{ steps.create_release.outputs.upload_url }}
7683
asset_path: ./gjsosk@vishram1123_pre-45.zip
7784
asset_name: gjsosk@vishram1123_pre-45.zip
78-
asset_content_type: application/zip
85+
asset_content_type: application/zip

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.compiled

0 commit comments

Comments
 (0)