mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-09-06 20:13:12 +02:00
remove trash
This commit is contained in:
parent
a709a197f3
commit
a259cfc27c
1 changed files with 6 additions and 1 deletions
7
.github/workflows/flatpak-build.yml
vendored
7
.github/workflows/flatpak-build.yml
vendored
|
@ -9,11 +9,16 @@ jobs:
|
||||||
runs-on: self-hosted
|
runs-on: self-hosted
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: Force clean workspace
|
||||||
|
run: |
|
||||||
|
echo "Принудительная очистка рабочей директории..."
|
||||||
|
sudo rm -rf ./* || true
|
||||||
|
sudo rm -rf ./.git* || true
|
||||||
|
|
||||||
- name: Checkout repository with submodules
|
- name: Checkout repository with submodules
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
submodules: 'recursive'
|
submodules: 'recursive'
|
||||||
clean: true
|
|
||||||
|
|
||||||
- name: Verify that required secrets are set
|
- name: Verify that required secrets are set
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Reference in a new issue