mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-13 07:55:18 +00:00
upload source-code as artifact
This commit is contained in:
parent
a5f0fdc17f
commit
cfefcab097
4
.github/workflows/flutter-build.yml
vendored
4
.github/workflows/flutter-build.yml
vendored
@ -65,3 +65,7 @@ jobs:
|
|||||||
- run: flutter build macos
|
- run: flutter build macos
|
||||||
- run: brew install tree
|
- run: brew install tree
|
||||||
- run: tree ./
|
- run: tree ./
|
||||||
|
- uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
name: Macos Source Code
|
||||||
|
path: ./
|
||||||
|
Loading…
Reference in New Issue
Block a user