Skip to content

Commit

Permalink
fix: Wrong filename for Darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
gcarreno committed Dec 22, 2023
1 parent 53e7364 commit 6cbf2d0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/main/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ const pkgs = {
},
"darwin": {
"v3_0": {
"laz": "Lazarus-3.0-0-x86_64-macosx.pkg",
"laz": "Lazarus-3.0-macosx-x86_64.pkg",
"fpc": "fpc-3.2.2.intelarm64-macosx.dmg",
"fpcsrc": "fpc-src-3.2.2-20210709-macosx.dmg"
},
Expand Down
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.16",
"version": "3.2.17",
"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 @@ -208,7 +208,7 @@ const pkgs: object = {
},
"darwin": {
"v3_0":{
"laz": "Lazarus-3.0-0-x86_64-macosx.pkg",
"laz": "Lazarus-3.0-macosx-x86_64.pkg",
"fpc": "fpc-3.2.2.intelarm64-macosx.dmg",
"fpcsrc": "fpc-src-3.2.2-20210709-macosx.dmg"
},
Expand Down
2 changes: 1 addition & 1 deletion src/constants.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const _version = "3.2.16";
export const _version = "3.2.17";

0 comments on commit 6cbf2d0

Please sign in to comment.