Skip to content

Commit

Permalink
copy pubspec to app
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Janjic committed Oct 5, 2024
1 parent fe65942 commit 683ec70
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test_rpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,15 @@ jobs:
mkdir -p ./app
fi
- name: Copy pubspec to app directory
run: cp pubspec.yaml ./app

# dodato: proverava direktorijum
- name: list files in working directory
run: ls -al

- name: build rpm package
#working-directory: app # komentarisano jer 'app' možda nije ispravan
working-directory: app # komentarisano jer 'app' možda nije ispravan
run: flutter_root=/opt/hostedtoolcache/flutter/stable-${{ env.FLUTTER_VERSION }}-x64 flutter_distributor package --platform linux --targets rpm

- name: find rpm file
Expand Down

0 comments on commit 683ec70

Please sign in to comment.