Skip to content

Commit

Permalink
Update build system
Browse files Browse the repository at this point in the history
  • Loading branch information
Daylily-Zeleen committed Aug 17, 2023
1 parent d9ea4da commit ceb9395
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/runner.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
name: 🔗 Builds
on: [push, pull_request]

# concurrency:
# group: ci-${{github.actor}}-${{github.head_ref || github.run_number}}-${{github.ref}}
# cancel-in-progress: true
concurrency:
group: ci-${{github.actor}}-${{github.head_ref || github.run_number}}-${{github.ref}}
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>Godot Box2D</string>
<string>Godot GUS2</string>
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
Expand All @@ -19,7 +19,7 @@
<string>MacOSX</string>
</array>
<key>NSHumanReadableCopyright</key>
<string>Copyright (c) 2022-present Ricardo Buring and Dragos Daian.</string>
<string>Copyright (c) 2023-present Daylily-Zeleen.</string>
<key>CFBundleVersion</key>
<string>1.0.0</string>
<key>LSMinimumSystemVersion</key>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>Godot Box2D</string>
<string>Godot GUS2</string>
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
Expand All @@ -19,7 +19,7 @@
<string>MacOSX</string>
</array>
<key>NSHumanReadableCopyright</key>
<string>Copyright (c) 2022-present Ricardo Buring and Dragos Daian.</string>
<string>Copyright (c) 2023-present Daylily-Zeleen.</string>
<key>CFBundleVersion</key>
<string>1.0.0</string>
<key>LSMinimumSystemVersion</key>
Expand Down

0 comments on commit ceb9395

Please sign in to comment.