Skip to content

Commit

Permalink
Bump version and update CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
agologan committed Mar 13, 2024
1 parent f41df79 commit 37fc7ca
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@ on: [push]
jobs:
build:

runs-on: macOS-latest
runs-on: macos-latest

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: build
run: ./archive.sh
env:
DEVELOPER_DIR: /Applications/Xcode_12.2.app/Contents/Developer
DEVELOPER_DIR: /Applications/Xcode_14.2.app/Contents/Developer
- name: 'Store Artifact'
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: WebViewScreenSaver.saver
path: WebViewScreenSaver.saver.zip
4 changes: 2 additions & 2 deletions WebViewScreenSaver/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>2.2.1</string>
<string>2.3</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>2.2.1</string>
<string>2.3</string>
<key>NSPrincipalClass</key>
<string>WebViewScreenSaverView</string>
</dict>
Expand Down

0 comments on commit 37fc7ca

Please sign in to comment.