Skip to content

Commit d7263fe

Browse files
committed
Filename issue in workflow
1 parent 3c6c163 commit d7263fe

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,12 +142,12 @@ jobs:
142142
run: |
143143
cd builder
144144
cd MacOS
145-
./make.sh app Oolite-Debug-Console-${{ needs.semver.outputs.GITVERSION_SEMVER }}-macos-app-arm64 /tmp
145+
./make.sh app Oolite-Debug-Console-${{ needs.semver.outputs.GITVERSION_SEMVER }}-macos-arm64 /tmp
146146
147147
- uses: actions/upload-artifact@v4
148148
with:
149149
name: Oolite-Debug-Console-MacOs-arm64
150-
path: /tmp/Oolite-Debug-Console-${{ needs.semver.outputs.GITVERSION_SEMVER }}-macos-app-arm64.tgz
150+
path: /tmp/Oolite-Debug-Console-${{ needs.semver.outputs.GITVERSION_SEMVER }}-macos-arm64-app.tgz
151151

152152
release:
153153
needs: [semver,package-linux-x86_64,package-windows,package-macos-arm64]

_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.14.116"
1+
__version__ = "2.14.117"

0 commit comments

Comments
 (0)