From a38906d0aee55da796254c86f1d023151de5967e Mon Sep 17 00:00:00 2001 From: Justo Garcia <85772318+justog220@users.noreply.github.com> Date: Tue, 25 Jun 2024 10:51:29 -0300 Subject: [PATCH] Create main.yml --- .github/workflows/main.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/workflows/main.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 0000000..8cc0912 --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,14 @@ +name: copy files +on: [push] +jobs: + + build: + name: Build + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@master + - name: copy file + uses: canastro/copy-file-action@master + with: + source: "Informe/0_main.pdf" + target: "Informe.pdf"