Skip to content

Commit

Permalink
fix: Directory naming
Browse files Browse the repository at this point in the history
  • Loading branch information
timgremore committed Jun 11, 2024
1 parent c485eb8 commit 99faa6b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/rustler_precompiled.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
name: Build precompiled NIFs

env:
NIF_DIRECTORY: "native/mail_parser_nif"
NIF_DIRECTORY: "native/edix_nif"

on:
push:
branches:
- main
paths:
# Just run on main branch if "native" path changed. Tags will always run.
- "native/**"
- ".github/workflows/release.yml"
# paths:
# # Just run on main branch if "native" path changed. Tags will always run.
# - "native/**"
# - ".github/workflows/release.yml"
tags:
- "*"

defaults:
run:
# Sets the working dir for "run" scripts.
# Note that this won't change the directory for actions (tasks with "uses").
working-directory: "./native/mail_parser_nif"
working-directory: "./native/edix_nif"

jobs:
build_release:
Expand Down

0 comments on commit 99faa6b

Please sign in to comment.