diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 3d1e7ff..66b1603 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -24,8 +24,6 @@ jobs: run: .\script.bat goofyGoober - name: Copy File Test run: | - pwd - ls cp dirOne/file.txt dirTwo/ - name: CMake Test uses: actions/cmake-action@v2.0.0 diff --git a/dirOne/file.txt b/dirOne/file.txt new file mode 100644 index 0000000..70ffbf8 --- /dev/null +++ b/dirOne/file.txt @@ -0,0 +1 @@ +Im a little teapot \ No newline at end of file diff --git a/dirTwo/aDifferentFile.txt b/dirTwo/aDifferentFile.txt new file mode 100644 index 0000000..d27c2a6 --- /dev/null +++ b/dirTwo/aDifferentFile.txt @@ -0,0 +1 @@ +Hello, I am another file. \ No newline at end of file