mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-09-04 11:03:14 +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
|
||||
|
||||
steps:
|
||||
- name: Force clean workspace
|
||||
run: |
|
||||
echo "Принудительная очистка рабочей директории..."
|
||||
sudo rm -rf ./* || true
|
||||
sudo rm -rf ./.git* || true
|
||||
|
||||
- name: Checkout repository with submodules
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: 'recursive'
|
||||
clean: true
|
||||
|
||||
- name: Verify that required secrets are set
|
||||
run: |
|
||||
|
|
Loading…
Add table
Reference in a new issue