Skip to content

Commit

Permalink
Update fapping.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
arag0re authored Feb 11, 2024
1 parent 5c49ba9 commit 9f4806b
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions .github/workflows/fapping.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,14 @@ jobs:
with:
python-version: '3.x' # Set up the Python version

- name: Setup ufbt Environment
- name: Install git-lfs
run: |
# Add commands to setup environment for ufbt if needed
python -m pip install --upgrade ufbt
- name: Run ufbt vscode_dist
run: |
# Assuming ufbt is available and configured
ufbt vscode_dist
ufbt
# If ufbt requires specific environment variables or setup, add them here

apt-get install git-lfs
git lfs install
- name: Build Flipper Application Package (.fap)
uses: flipperdevices/flipperzero-ufbt-action@v0.1.3

- name: Create Tag and Release
id: create_release
uses: actions/create-release@v1
Expand Down

0 comments on commit 9f4806b

Please sign in to comment.