Skip to content

Commit 5a89405

Browse files
Version 1.0.1
1 parent 9836850 commit 5a89405

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/main.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878

7979
windows:
8080
name: 'Windows 64-bit'
81-
runs-on: [windows-latest]
81+
runs-on: [windows-2019]
8282
env:
8383
QT_VERSION: '5.15.2'
8484
WINDOWS_DEPS_VERSION: '2019'
@@ -317,7 +317,8 @@ jobs:
317317
run: |
318318
curl -L -O http://s.sudre.free.fr/Software/files/Packages.dmg
319319
sudo hdiutil attach ./Packages.dmg
320-
sudo installer -pkg /Volumes/Packages\ 1.2.9/Install\ Packages.pkg -target /
320+
pushd /Volumes/Packages*
321+
sudo installer -pkg ./Install\ Packages.pkg -target /
321322
322323
- name: 'Package hyperion-obs'
323324
working-directory: ${{ github.workspace }}/build

.version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.0
1+
1.0.1

0 commit comments

Comments
 (0)