workflow
This commit is contained in:
parent
516b2af285
commit
a2ffb6d4b7
1 changed files with 3 additions and 0 deletions
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
|
@ -21,6 +21,9 @@ jobs:
|
||||||
mkdir -p app-release
|
mkdir -p app-release
|
||||||
tar -xzf latest-release.tar.gz --strip-components=1 -C app-release
|
tar -xzf latest-release.tar.gz --strip-components=1 -C app-release
|
||||||
|
|
||||||
|
- name: Checkout Repository
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
# Step 3: Parse version.txt
|
# Step 3: Parse version.txt
|
||||||
- name: Parse version.txt
|
- name: Parse version.txt
|
||||||
id: parse_version
|
id: parse_version
|
||||||
|
|
Loading…
Reference in a new issue