Skip to content

Commit 2c8ee30

Browse files
committed
Fix github release asset for linux
1 parent 4fb3a09 commit 2c8ee30

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/.build-auto.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
avdl:
13-
uses: tomtsagk/avdl/.github/workflows/.compile_avdl_project.yml@b970aa04496d1a3f88cc195fb40caff4ec545ff7
13+
uses: tomtsagk/avdl/.github/workflows/.compile_avdl_project.yml@ea4753263c033c291f9cb7ea8c8e3317de555c3b
1414
with:
1515
project_name: rue
1616
build_android: true

app.avdl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ name: Rue
33

44
# An ever increasing integer
55
# used to be able to compare versions
6-
version_code: 28
6+
version_code: 29
77

88
# A human-readable version, usually with the
99
# notation [Major].[Minor].[Patch]
10-
version_name: 1.5.2
10+
version_name: 1.5.3
1111

1212
# Updates on the project's build
1313
# while the project remains the same

0 commit comments

Comments
 (0)