Skip to content

Commit

Permalink
github: remove unneeded step
Browse files Browse the repository at this point in the history
  • Loading branch information
adil192 committed Jun 26, 2024
1 parent b871d62 commit 8af830c
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 121 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/android-play-store.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,22 +20,6 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Remove unneeded files
run: |
rm -rf appimage
rm -rf assets_raw
rm -rf flatpak
rm -rf installers
rm -rf integration_test
rm -rf ios
rm -rf linux
rm -rf macos
rm -rf metadata
rm -rf snap
rm -rf submodules
rm -rf test
rm -rf windows
- name: Setup cache
uses: actions/cache@v4
with:
Expand Down
33 changes: 0 additions & 33 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,22 +22,6 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Remove unneeded files
run: |
rm -rf appimage
rm -rf assets_raw
rm -rf flatpak
rm -rf installers
rm -rf integration_test
rm -rf ios
rm -rf linux
rm -rf macos
rm -rf metadata
rm -rf snap
rm -rf submodules
rm -rf test
rm -rf windows
- name: Setup cache
uses: actions/cache@v4
with:
Expand Down Expand Up @@ -115,23 +99,6 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Remove unneeded files
run: |
rm -rf appimage
rm -rf assets_raw
rm -rf flatpak
rm -rf installers
rm -rf integration_test
rm -rf ios
rm -rf linux
rm -rf macos
rm -rf metadata
rm -rf packages/onyxsdk_pen
rm -rf snap
rm -rf submodules
rm -rf test
rm -rf windows
- name: Setup cache
uses: actions/cache@v4
with:
Expand Down
16 changes: 0 additions & 16 deletions .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,22 +28,6 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Remove unneeded files
run: |
rm -rf android
rm -rf appimage
rm -rf assets_raw
rm -rf flatpak
rm -rf installers
rm -rf integration_test
rm -rf linux
rm -rf macos
rm -rf metadata
rm -rf snap
rm -rf submodules
rm -rf test
rm -rf windows
- name: Setup cache
uses: actions/cache@v4
with:
Expand Down
24 changes: 0 additions & 24 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,6 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Remove unneeded files
run: |
rm -rf android
rm -rf assets_raw
rm -rf installers
rm -rf integration_test
rm -rf ios
rm -rf macos
rm -rf metadata
rm -rf test
rm -rf windows
- name: Install apt dependencies
uses: awalsh128/cache-apt-pkgs-action@latest
with:
Expand Down Expand Up @@ -266,18 +254,6 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Remove unneeded files
run: |
rm -rf android
rm -rf assets_raw
rm -rf installers
rm -rf integration_test
rm -rf ios
rm -rf macos
rm -rf metadata
rm -rf test
rm -rf windows
- name: Install AppImage dependencies
run: |
sudo add-apt-repository universe
Expand Down
16 changes: 0 additions & 16 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,22 +28,6 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Remove unneeded files
run: |
rm -rf android
rm -rf appimage
rm -rf assets_raw
rm -rf flatpak
rm -rf installers
rm -rf integration_test
rm -rf ios
rm -rf linux
rm -rf metadata
rm -rf snap
rm -rf submodules
rm -rf test
rm -rf windows
- name: Setup cache
uses: actions/cache@v4
with:
Expand Down
16 changes: 0 additions & 16 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,22 +22,6 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Remove unneeded files
shell: bash
run: |
rm -rf android
rm -rf appimage
rm -rf assets_raw
rm -rf flatpak
rm -rf integration_test
rm -rf ios
rm -rf linux
rm -rf macos
rm -rf metadata
rm -rf snap
rm -rf submodules
rm -rf test
- name: Setup cache
uses: actions/cache@v4
with:
Expand Down

0 comments on commit 8af830c

Please sign in to comment.