Skip to content

Commit

Permalink
Fixed issue #911.
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsschmidt1337 authored Aug 23, 2024
1 parent fe27a2b commit 3e521fd
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/ant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,13 @@ jobs:
runs-on: windows-latest

steps:
- name: Download Wix
uses: nilsschmidt1337/download-release-asset@v1.3.4
with:
owner: wixtoolset
repo: wix3
tag: wix3112rtm
file: wix311-binaries.zip
- name: Decompress Wix
- name: Download WiX
run: gh release download wix3112rtm --repo wixtoolset/wix3 --pattern 'wix311-binaries.zip'
env:
GH_TOKEN: ${{ github.token }}
- name: Decompress WiX
run: 7z x wix311-binaries.zip -o".\target\wix" -aoa
- name: Add Wix to Path
- name: Add WiX to Path
run: echo "$HOME/target/wix" >> $GITHUB_PATH
- uses: actions/checkout@v4
- name: Get dependent binaries from cache
Expand Down Expand Up @@ -193,3 +190,6 @@ jobs:
with:
name: LDPartEditor_mac_x64_sha256_checksum
path: LDPartEditor_mac_x64_sha256_checksum.txt



0 comments on commit 3e521fd

Please sign in to comment.