upload-testflight-build icon indicating copy to clipboard operation
upload-testflight-build copied to clipboard

The `set-output` command is going to be deprecated

Open jopmiddelkamp opened this issue 2 years ago • 2 comments

When using this action I'm getting the warning: The set-output command is deprecated and will be disabled soon. Please upgrade to using Environment Files.

jopmiddelkamp avatar Jan 16 '23 11:01 jopmiddelkamp

For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

brycestejskal avatar May 30 '23 19:05 brycestejskal

If you need your build to work, I have a temporary work around here: https://github.com/redfearnk/upload-testflight-build/tree/fix-set-output

I think the real fix will involve merging with the template repo it seems like this is resolved in the master branch of the template repo

redfearnk avatar May 31 '23 15:05 redfearnk