Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
lmoureaux committed Dec 15, 2023
1 parent 112a122 commit 88c5409
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -234,9 +234,6 @@ jobs:
with:
configurePreset: 'fullrelease-macos'
buildPreset: 'fullrelease-macos'
- name: Setup upterm session
uses: lhotari/action-upterm@v1
if: failure()
- name: Split Branch Name
env:
BRANCH: ${{github.ref_name}}
Expand All @@ -259,6 +256,7 @@ jobs:
mkdir staging
mv Freeciv21.app staging
create-dmg \
--hdiutil-verbose \
--volname "Freeciv21 Installer" \
--volicon "client.icns" \
--window-pos 200 120 \
Expand All @@ -270,11 +268,9 @@ jobs:
"Freeciv21-${{steps.split.outputs.fragment}}.dmg" \
"staging/"
shasum -a 256 Freeciv21-${{steps.split.outputs.fragment}}.dmg > Freeciv21-${{steps.split.outputs.fragment}}.dmg.sha256
- name: Debug
- name: Setup upterm session
uses: lhotari/action-upterm@v1
if: failure()
run: |
cat CMakeCache.txt
echo ${{steps.split.outputs.fragment}}
- name: Upload package
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit 88c5409

Please sign in to comment.