Skip to content

Commit

Permalink
ci: update
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgomesdev committed Dec 21, 2023
1 parent ab42200 commit bbdd90a
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
mv target/**/release/rusty_controller server-${{ matrix.build }}
- name: 📦 - Copy artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: server-${{ matrix.build }}
path: server/server-${{ matrix.build }}
Expand All @@ -74,13 +74,13 @@ jobs:
- name: 🌱 - Get dependencies
run: flutter pub get

- name: 🔨 - Build Apk
- name: 🔨 - Build APK
run: flutter build apk

- run: mv build/app/outputs/flutter-apk/app-release.apk ../app.apk

- name: 📦 - Copy artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: app.apk
path: app.apk
Expand All @@ -93,12 +93,11 @@ jobs:
- name: 📦 - Copy server artifacts
uses: actions/download-artifact@v4
with:
path: artifacts/
path: .
merge-multiple: true

- name: 🧐 - Display structure of downloaded artifacts
run: ls -R
working-directory: .

- name: 🌠 - Release
uses: ncipollo/release-action@v1.12.0
Expand Down

0 comments on commit bbdd90a

Please sign in to comment.