From ec1ba1894ee006c41eca287d83c8b12b5f4706f7 Mon Sep 17 00:00:00 2001 From: Mikkel Schmidt Date: Sun, 12 Feb 2023 13:04:54 +0100 Subject: [PATCH] Workflows: Changes references to maste to v2.x --- .github/workflows/Release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml index 031e4fc28..1b9c43287 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/Release.yml @@ -64,7 +64,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 with: - ref: "master" + ref: "v2.x" fetch-depth: 0 - name: Get latest tag @@ -108,12 +108,12 @@ jobs: - name: Checkout repository uses: actions/checkout@v3 with: - ref: master + ref: v2.x - name: Create Matrix id: set-matrix run: | - ARRAY=$(find ${{ github.workspace }}/../config -type f -printf '%P\n' | sed '/default/d' | sort | jq -R -s -c 'split("\n")[:-1]') + ARRAY=$(find ${{ github.workspace }}/config -type f -printf '%P\n' | sed '/default/d' | sort | jq -R -s -c 'split("\n")[:-1]') echo "matrix=${ARRAY}" >> $GITHUB_OUTPUT build: @@ -131,7 +131,7 @@ jobs: uses: mainsail-crew/MainsailOS-actions/build-image@master with: config: ${{ matrix.config }} - build-ref: master + build-ref: v2.x - name: Copy output id: copy-image