Skip to content

Commit

Permalink
fix: Typo on macOS package
Browse files Browse the repository at this point in the history
  • Loading branch information
gcarreno committed May 17, 2023
1 parent 01db833 commit 73df915
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ Unfortunately there are some restrictions:
```yaml
steps:
- uses: actions/checkout@v2
- uses: gcarreno/setup-lazarus@v3.2.3
- uses: gcarreno/setup-lazarus@v3.2.5
with:
lazarus-version: "stable"
include-packages: "Synapse 40.1"
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
- name: Checkout source code
uses: actions/checkout@v2
- name: Install Lazarus
uses: gcarreno/setup-lazarus@v3.2.3
uses: gcarreno/setup-lazarus@v3.2.5
with:
lazarus-version: ${{ matrix.lazarus-versions }}
include-packages: "Synapse 40.1"
Expand Down
2 changes: 1 addition & 1 deletion dist/main/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ const pkgs = {
},
"darwin": {
"v2_2_6": {
"laz": "Lazarus-2.2.4-0-x86_64-macosx.pkg",
"laz": "Lazarus-2.2.6-0-x86_64-macosx.pkg",
"fpc": "fpc-3.2.2.intelarm64-macosx.dmg",
"fpcsrc": "fpc-src-3.2.2-20210709-macosx.dmg"
},
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "setup-lazarus",
"version": "3.2.4",
"version": "3.2.5",
"description": "Set up your GitHub Actions workflow with a specific version of Lazarus",
"main": "lib/main.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/Lazarus.ts
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ const pkgs: object = {
},
"darwin": {
"v2_2_6":{
"laz": "Lazarus-2.2.4-0-x86_64-macosx.pkg",
"laz": "Lazarus-2.2.6-0-x86_64-macosx.pkg",
"fpc": "fpc-3.2.2.intelarm64-macosx.dmg",
"fpcsrc": "fpc-src-3.2.2-20210709-macosx.dmg"
},
Expand Down

0 comments on commit 73df915

Please sign in to comment.