From 13a7065868f26f776de3a96d09c0a0304f62caec Mon Sep 17 00:00:00 2001 From: lilyLuLiu Date: Mon, 18 Nov 2024 11:35:19 +0800 Subject: [PATCH] Create test.yml --- .github/workflows/test.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/workflows/test.yml diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml new file mode 100644 index 0000000..5059bea --- /dev/null +++ b/.github/workflows/test.yml @@ -0,0 +1,19 @@ +name: Build Windows artifacts +on: + workflow_dispatch: +jobs: + publish_release: + runs-on: ubuntu-latest + steps: + - name: Check out repository code + uses: actions/checkout@v4 + - name: check pwd + run: | + ls + pwd + mkdir mytest + cd mytest + - name: check pwd again + run: | + ls + pwd