Skip to content

Commit

Permalink
Update action versions and build locations
Browse files Browse the repository at this point in the history
  • Loading branch information
Gold872 authored Nov 21, 2023
1 parent db2312f commit 2c7ecb6
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/elastic-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:

steps:
- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup Flutter
uses: subosito/flutter-action@v2.10.0
uses: subosito/flutter-action@v2
with:
flutter-version: ${{ env.FLUTTER_VERSION }}
cache: true
Expand All @@ -48,10 +48,10 @@ jobs:

steps:
- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup Flutter
uses: subosito/flutter-action@v2.10.0
uses: subosito/flutter-action@v2
with:
flutter-version: ${{ env.FLUTTER_VERSION }}
cache: true
Expand All @@ -77,7 +77,7 @@ jobs:
include:
- os: windows-latest
build-option: "windows"
artifact-path: "build/windows/runner/Release"
artifact-path: "build/windows/x64/runner/Release"
artifact-name: Elastic-Windows
- os: macos-latest
build-option: "macos"
Expand All @@ -94,7 +94,7 @@ jobs:

steps:
- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install flutter dependencies
if: ${{ matrix.build-option == 'linux' }}
Expand Down Expand Up @@ -126,3 +126,4 @@ jobs:
with:
name: ${{ matrix.artifact-name }}
path: ${{ matrix.artifact-path }}
if-no-files-found: error

0 comments on commit 2c7ecb6

Please sign in to comment.