Skip to content

Commit

Permalink
[FB] Workflow | Do not cleanup artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
surapunoyousei committed Jul 6, 2023
1 parent 9725af6 commit 62ad8f6
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions .github/workflows/macOS-Universal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
./mach bootstrap
rustup target add aarch64-apple-darwin
echo 'ac_add_options --disable-tests' >> mozconfig
echo 'ac_add_options --disable-updater' >> mozconfig
echo 'ac_add_options --enable-updater' >> mozconfig
echo 'ac_add_options --with-app-name=floorp' >> mozconfig
echo 'ac_add_options --with-app-basename=Floorp' >> mozconfig
echo 'ac_add_options --with-branding=browser/branding/official' >> mozconfig
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
git clone https://github.com/floorp-projects/l10n-central
./mach bootstrap
echo 'ac_add_options --disable-tests' >> mozconfig
echo 'ac_add_options --disable-updater' >> mozconfig
echo 'ac_add_options --enable-updater' >> mozconfig
echo 'ac_add_options --with-app-name=floorp' >> mozconfig
echo 'ac_add_options --with-app-basename=Floorp' >> mozconfig
echo 'ac_add_options --with-branding=browser/branding/official' >> mozconfig
Expand Down Expand Up @@ -171,13 +171,3 @@ jobs:
with:
name: Universal-Artifact
path: floorp-macOS-universal.dmg

cleanup:
needs: integration
runs-on: ubuntu-latest
steps:
- uses: geekyeggo/delete-artifact@v2
with:
name: |
obj-x86_64-apple-darwin
obj-aarch64-apple-darwin

0 comments on commit 62ad8f6

Please sign in to comment.