mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-13 14:43:29 +00:00
Removed SIMTAK for the workflows on GH actions
This commit is contained in:
5
.github/workflows/pack_early.yaml
vendored
5
.github/workflows/pack_early.yaml
vendored
@@ -62,11 +62,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: x86_64-unknown-linux-gnu
|
name: x86_64-unknown-linux-gnu
|
||||||
- run: mv ./libarmatak.so ./armatak_x64.so
|
- run: mv ./libarmatak.so ./armatak_x64.so
|
||||||
- name: Download Android Application Installer
|
|
||||||
uses: actions/download-artifact@v4
|
|
||||||
with:
|
|
||||||
name: simtak
|
|
||||||
- run: mv ./app-debug.apk ./simtak.apk
|
|
||||||
- name: Setup HEMTT
|
- name: Setup HEMTT
|
||||||
uses: arma-actions/hemtt@v1
|
uses: arma-actions/hemtt@v1
|
||||||
- name: Build
|
- name: Build
|
||||||
|
|||||||
5
.github/workflows/publish.yaml
vendored
5
.github/workflows/publish.yaml
vendored
@@ -62,11 +62,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: x86_64-unknown-linux-gnu
|
name: x86_64-unknown-linux-gnu
|
||||||
- run: mv ./libarmatak.so ./armatak_x64.so
|
- run: mv ./libarmatak.so ./armatak_x64.so
|
||||||
- name: Download Android Application Installer
|
|
||||||
uses: actions/download-artifact@v4
|
|
||||||
with:
|
|
||||||
name: simtak
|
|
||||||
- run: mv ./app-debug.apk ./simtak.apk
|
|
||||||
- name: Setup HEMTT
|
- name: Setup HEMTT
|
||||||
uses: arma-actions/hemtt@v1
|
uses: arma-actions/hemtt@v1
|
||||||
- name: Build
|
- name: Build
|
||||||
|
|||||||
5
.github/workflows/release_drafter.yaml
vendored
5
.github/workflows/release_drafter.yaml
vendored
@@ -66,11 +66,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: x86_64-unknown-linux-gnu
|
name: x86_64-unknown-linux-gnu
|
||||||
- run: mv ./libarmatak.so ./armatak_x64.so
|
- run: mv ./libarmatak.so ./armatak_x64.so
|
||||||
- name: Download Android Application Installer
|
|
||||||
uses: actions/download-artifact@v4
|
|
||||||
with:
|
|
||||||
name: simtak
|
|
||||||
- run: mv ./app-debug.apk ./simtak.apk
|
|
||||||
- name: Setup HEMTT
|
- name: Setup HEMTT
|
||||||
uses: arma-actions/hemtt@v1
|
uses: arma-actions/hemtt@v1
|
||||||
- name: Build
|
- name: Build
|
||||||
|
|||||||
Reference in New Issue
Block a user