Skip to content

Commit

Permalink
Undo merge change of hyphen in file name
Browse files Browse the repository at this point in the history
  • Loading branch information
steve-fenton-octopus committed Jan 7, 2025
1 parent 4087b3c commit 2b8892a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ set_octopusvariable RandomNumber 3
Your script can tell Octopus to collect a file and store it as a [deployment artifact](/docs/projects/deployment-process/artifacts):

```bash
new_octopusartifact "./subdir/another_dir/my-file"
new_octopusartifact "./subdir/another_dir/my_file"
```

which results in the server retrieving that file, at the end of that step. Keep in mind that this means the file must be accessible over SFTP using the same credentials as that used during execution.
Expand Down

0 comments on commit 2b8892a

Please sign in to comment.