Skip to content

Commit

Permalink
Update publish actions for MIKE+ 2025
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-kipawa committed Nov 28, 2024
1 parent 9576e20 commit 89f76f6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ jobs:

- name: Unzip MIKE+ dependency
run: |
7z x "2024_1.7z" -p${{ secrets.MIKE_2024_0_7Z }}
7z x "2025_0.7z" -p${{ secrets.MIKE_2024_0_7Z }}
- name: Install MIKE+ dependency
run: |
./install.ps1 2024
./install.ps1 2025
- name: Checkout code
uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/python_publish_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ jobs:

- name: Unzip MIKE+ dependency
run: |
7z x "2024_1.7z" -p${{ secrets.MIKE_2024_0_7Z }}
7z x "2025_0.7z" -p${{ secrets.MIKE_2024_0_7Z }}
- name: Install MIKE+ dependency
run: |
./install.ps1 2024
./install.ps1 2025
- name: Checkout code
uses: actions/checkout@v3
Expand Down

0 comments on commit 89f76f6

Please sign in to comment.