Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese authored Jan 19, 2024
1 parent 8f3780b commit b2253f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
name: Get latest tag
run: |
#!/bin/bash
latest_tag="0.1.240"
latest_tag="0.1.240" # Temporary fix
[ -z "$latest_tag" ] && echo "Tag not found!" && exit 1
[[ "$latest_tag" == "null" ]] && echo "Tag not found!" && exit 1
[[ "$latest_tag" = v* ]] && latest_tag="${latest_tag:1}"
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
id: version
run: |
#!/bin/bash
strip="n"
strip="y"
sudo apt install genisoimage libarchive-tools
rm -f /tmp/latest.iso
wget "https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/archive-virtio/virtio-win-${{ env.latest_tag }}-1/virtio-win-${{ env.latest_tag }}.iso" -O "/tmp/latest.iso" -q
Expand Down

0 comments on commit b2253f7

Please sign in to comment.