#Getting Text File Created By Dagger process
1 messages · Page 1 of 1 (latest)
👋 you can use the client: filesystem: write Dagger action (https://docs.dagger.io/1247/dagger-fs/#example-plan-to-write-an-fs-to-the-host) to write that file back to the github runner and then using the official upload artifacts action (https://github.com/actions/upload-artifact) to upload it.
LMK if you need any help with that