Skip to content

Commit

Permalink
fix: Pathname to Lazarus build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gcarreno committed Aug 31, 2023
1 parent e009d62 commit eda09b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 31 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.lazarus.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Main Workflow
name: Main Lazarus Workflow

permissions:
contents: write
Expand All @@ -21,7 +21,7 @@ jobs:

build:
name: Build Application
uses: ./.github/workflows/lazarus/build.yml
uses: ./.github/workflows/build.lazarus.yml
with:
app_name: MyApp

Expand Down
29 changes: 0 additions & 29 deletions .github/workflows/main.yml

This file was deleted.

0 comments on commit eda09b5

Please sign in to comment.