From e55239cb419f0ac888d47f100de26f6799bf17f5 Mon Sep 17 00:00:00 2001 From: Stijn Wopereis Date: Sat, 5 Feb 2022 15:02:36 +0100 Subject: [PATCH] Force tag creations and exclude some files from the created zip. --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 90c0570..6730d4f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,7 +2,7 @@ name: Release on: push: branches: - - master + - master jobs: build: runs-on: ubuntu-latest @@ -12,7 +12,7 @@ jobs: fetch-depth: 0 - name: Package guidanceSteering mod - run: zip -r -v FS22_guidanceSteering.zip . -x .idea data .\* zip.bat zip-builder.ps1 + run: zip -r -v FS22_guidanceSteering.zip . -x .idea data .\* zip.bat zip-builder.ps1 fsdev.yml *.png - name: Install GitVersion uses: gittools/actions/gitversion/setup@v0.9.7 with: @@ -23,7 +23,7 @@ jobs: uses: gittools/actions/gitversion/execute@v0.9.7 - name: Create git tag - run: git tag $GITVERSION_SEMVER + run: git tag $GITVERSION_SEMVER -f - name: Push to repository run: git push --tags