From 66041463365f083ab97b76958d5afcfb7c38a6bd Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Wed, 29 Jun 2022 09:30:32 -0700 Subject: Update action --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8183dd5f1..134267bef 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,6 +17,7 @@ jobs: - uses: actions/checkout@v3 with: submodules: true + - run: git --git-dir ./traccar-web/.git checkout ${{ github.ref_name }} - uses: actions/setup-java@v3 with: distribution: zulu @@ -33,7 +34,7 @@ jobs: - run: ./traccar-web/tools/package.sh - run: | sudo apt-get update - sudo apt-get install innoextract wine wine32 + sudo apt-get install innoextract wine - run: | cd setup wget http://files.jrsoftware.org/is/5/isetup-5.5.6.exe -- cgit v1.2.3