Skip to content

Commit 89f76f6

Browse files
committed
Update publish actions for MIKE+ 2025
1 parent 9576e20 commit 89f76f6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/python_publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ jobs:
2828

2929
- name: Unzip MIKE+ dependency
3030
run: |
31-
7z x "2024_1.7z" -p${{ secrets.MIKE_2024_0_7Z }}
31+
7z x "2025_0.7z" -p${{ secrets.MIKE_2024_0_7Z }}
3232
3333
- name: Install MIKE+ dependency
3434
run: |
35-
./install.ps1 2024
35+
./install.ps1 2025
3636
3737
- name: Checkout code
3838
uses: actions/checkout@v3

.github/workflows/python_publish_test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ jobs:
3333

3434
- name: Unzip MIKE+ dependency
3535
run: |
36-
7z x "2024_1.7z" -p${{ secrets.MIKE_2024_0_7Z }}
36+
7z x "2025_0.7z" -p${{ secrets.MIKE_2024_0_7Z }}
3737
3838
- name: Install MIKE+ dependency
3939
run: |
40-
./install.ps1 2024
40+
./install.ps1 2025
4141
4242
- name: Checkout code
4343
uses: actions/checkout@v3

0 commit comments

Comments
 (0)