Skip to content

Commit 0471a7d

Browse files
committed
Fix oversight in MacOS workflow for releases
[ci skip]
1 parent 56492b0 commit 0471a7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/macos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,8 @@ jobs:
154154
env:
155155
OS: ${{ matrix.os }}
156156
run: |
157-
if [ "$OS" = "macos-12" ]; then
158-
rename 's/.dmg/-12.dmg/' build/upload/SuperTux-*
157+
if [ "$OS" = "macos-13" ]; then
158+
rename 's/.dmg/-13.dmg/' build/upload/SuperTux-*
159159
fi
160160
161161
- name: Create Release

0 commit comments

Comments
 (0)