Skip to content

Commit

Permalink
update love artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
Bauumm committed Sep 7, 2024
1 parent fbbf1d3 commit 5861f88
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

env:
BUILD_TYPE: Release
LOVE_ARTIFACT_URL: "https://api.github.com/repos/love2d/love/actions/artifacts/1580582669/zip"
LOVE_ARTIFACT_URL: "https://api.github.com/repos/love2d/love/actions/artifacts/1867560540/zip"

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/appimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

env:
BUILD_TYPE: Release
LOVE_ARTIFACT_URL: "https://api.github.com/repos/love2d/love/actions/artifacts/1580582511/zip"
LOVE_ARTIFACT_URL: "https://api.github.com/repos/love2d/love/actions/artifacts/1867557261/zip"

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/exe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

env:
BUILD_TYPE: Release
LOVE_ARTIFACT_URL: "https://api.github.com/repos/love2d/love/actions/artifacts/1580582734/zip"
LOVE_ARTIFACT_URL: "https://api.github.com/repos/love2d/love/actions/artifacts/1867556995/zip"

jobs:
build:
Expand Down

0 comments on commit 5861f88

Please sign in to comment.