From bf1a8fb43a99943b60705666b2aac01a13a049ad Mon Sep 17 00:00:00 2001 From: Core <64542347+coredev-uk@users.noreply.github.com> Date: Wed, 3 Aug 2022 21:18:14 +0100 Subject: [PATCH] multi file test --- .github/workflows/build-macos.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-macos.yml b/.github/workflows/build-macos.yml index f5e4d274..04246b50 100644 --- a/.github/workflows/build-macos.yml +++ b/.github/workflows/build-macos.yml @@ -40,7 +40,9 @@ jobs: - name: Change Version run: sudo chmod +x resources/version.sh && ./resources/version.sh || true - - run: echo "test" > test.md + - run: | + echo "test" > test.md + echo "test2" > test2.md # - name: Sign in to EVS # run: | @@ -109,7 +111,9 @@ jobs: # A personal access token for the GitHub repository in which the release will be created and edited. # It is recommended to create the access token with the following scopes: `repo, user, admin:repo_hook`. repo_token: ${{ secrets.RELEASE_TOKEN }} - file: test.md + file: | + test.md + test2.md tag: v${{ env.APP_VERSION }} # - name: Upload Artifacts to Latest Release