Skip to content

Commit

Permalink
update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vdelachaux committed Oct 2, 2024
1 parent 96c7490 commit 5492d67
Show file tree
Hide file tree
Showing 9 changed files with 6 additions and 10 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,9 @@ on:

jobs:
build:
name: "Build on ${{ matrix.os }}"
strategy:
fail-fast: false
matrix:
os: [ macos-latest, windows-latest ]
runs-on: ${{ matrix.os }}
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -25,5 +22,4 @@ jobs:
product-line: vcs
version: vcs
build: official
token: ${{ secrets.DLTK }}

token: ${{ secrets.DLTK }}
Binary file modified Build/4DPop-Window.dmg
Binary file not shown.
Binary file modified Build/4DPop-Window.zip
Binary file not shown.
Binary file modified Build/Components/4DPop Window.4dbase/4DPop Window.4DZ
Binary file not shown.
4 changes: 2 additions & 2 deletions Build/Components/4DPop Window.4dbase/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
<key>CFBundleShortVersionString</key>
<string>20R7</string>
<key>CFBundleLongVersionString</key>
<string>20R7 (311)</string>
<string>20R7 (312)</string>
<key>NSHumanReadableCopyright</key>
<string>©vdl 2009-2024</string>
<key>CFBundleVersion</key>
<string>312</string>
<string>313</string>
<key>CSResourcesFileMapped</key>
<string></string>
<key>CFBundleName</key>
Expand Down
Binary file modified Build/Components/4DPop Window.4dbase/Libraries/lib4d-arm64.dylib
Binary file not shown.
Binary file modified Build/Components/4DPop Window.4dbase/Resources/InfoPlist.strings
Binary file not shown.
4 changes: 2 additions & 2 deletions Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
<key>CFBundleShortVersionString</key>
<string>20R7</string>
<key>CFBundleLongVersionString</key>
<string>20R7 (311)</string>
<string>20R7 (312)</string>
<key>NSHumanReadableCopyright</key>
<string>©vdl 2009-2024</string>
<key>CFBundleVersion</key>
<string>312</string>
<string>313</string>
<key>CSResourcesFileMapped</key>
<string></string>
<key>CFBundleName</key>
Expand Down
Binary file modified Resources/InfoPlist.strings
Binary file not shown.

0 comments on commit 5492d67

Please sign in to comment.