Skip to content

Commit

Permalink
actually copy screenshot to proper location
Browse files Browse the repository at this point in the history
  • Loading branch information
zoff99 committed Oct 8, 2023
1 parent 62775c8 commit 2bc0e70
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,7 @@ jobs:
sleep 120
pwd
ls -al /Users/runner/
cp -v /Users/runner/screenshot-macos.png /Users/runner/work/trifa_material/trifa_material/screenshot-macos.png
- name: upload-screenshots
uses: actions/upload-artifact@v3
Expand Down
1 change: 0 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,3 @@ kotlin.native.binary.memoryModel=experimental
kotlin.version=1.9.10
compose.version=1.5.2
multiplatform.version=1.9.10

0 comments on commit 2bc0e70

Please sign in to comment.