Skip to content

Commit

Permalink
Update checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
drunkbatya committed Feb 19, 2024
1 parent 51196a2 commit de87582
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: 'CI'

on: push
on:
push:
pull_request:

jobs:
build_linux:
Expand All @@ -16,7 +18,7 @@ jobs:
submodules: true

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
uses: docker/setup-buildx-action@v4

- name: Build and push
uses: docker/build-push-action@v5
Expand All @@ -32,7 +34,7 @@ jobs:
run: docker run --rm --privileged -v $(pwd):/project qflipper-build:latest /project/build_linux.sh

- name: Publish application
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: qFlipper-x86_64.AppImage
path: |
Expand All @@ -52,7 +54,7 @@ jobs:
MAC_OS_SIGNING_PASSWORD: ${{ secrets.MAC_OS_SIGNING_PASSWORD }}
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
submodules: true
Expand All @@ -75,7 +77,7 @@ jobs:
SIGNING_TOOL: ${{ secrets.WIN_SIGNING_TOOL }}
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
submodules: true
Expand All @@ -100,7 +102,7 @@ jobs:
steps:

- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down

0 comments on commit de87582

Please sign in to comment.