diff options
author | Anton Tananaev <anton@traccar.org> | 2022-06-29 09:30:32 -0700 |
---|---|---|
committer | Anton Tananaev <anton@traccar.org> | 2022-06-29 09:30:32 -0700 |
commit | 66041463365f083ab97b76958d5afcfb7c38a6bd (patch) | |
tree | 7ead95a858e831fc7fe5ddbef9f259322b12d47f /.github | |
parent | 7ca563cb9bf7a2fde68438b8ef1d09b7205edb8b (diff) | |
download | trackermap-server-66041463365f083ab97b76958d5afcfb7c38a6bd.tar.gz trackermap-server-66041463365f083ab97b76958d5afcfb7c38a6bd.tar.bz2 trackermap-server-66041463365f083ab97b76958d5afcfb7c38a6bd.zip |
Update action
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/release.yml | 3 |
1 files changed, 2 insertions, 1 deletions
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 |