Skip to content

Commit

Permalink
build: Trying to fix artifacts #2000
Browse files Browse the repository at this point in the history
  • Loading branch information
uSlashVlad committed Sep 21, 2024
1 parent e50b949 commit 0acefab
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,12 @@ jobs:
with:
ref: ${{ needs.version_update.outputs.branch }}
fetch-depth: 0
- uses: actions/cache@v3
with:
key: ${{ runner.os }}-pubcache
path: |
~/.pub-cache/git
~/.pub-cache/hosted
- name: Set up Flutter
uses: subosito/flutter-action@v2
with:
Expand All @@ -96,12 +102,6 @@ jobs:
uses: actions/setup-java@v1
with:
java-version: '17'
- uses: actions/cache@v3
with:
key: ${{ runner.os }}-pubcache
path: |
~/.pub-cache/git
~/.pub-cache/hosted
- name: Check flutter and Java installation installation
run: |
flutter --version
Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:
uses: actions/download-artifact@v3
with:
name: artifacts-apk-foss
path: $GITHUB_WORKSPACE/artifacts/
path: artifacts/
- name: Check files
run: pwd && ls -l artifacts
- name: Create GitHub Release
Expand Down

0 comments on commit 0acefab

Please sign in to comment.