Skip to content

Commit

Permalink
Update compile_exe.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CalumTowers committed Sep 18, 2023
1 parent 9238255 commit d60850f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/compile_exe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ jobs:
runs-on: ubuntu-latest
permissions:
pull-requests: read
outputs:
build-exe: ${{ steps.filter.outputs.build-exe }}
steps:
- name: Checkout Code
uses: actions/checkout@v2

- name: Check for Changes
uses: dorny/paths-filter@v2
outputs:
build-exe: ${{ steps.filter.outputs.build-exe }}
with:
filters: |
build-exe:
Expand Down

0 comments on commit d60850f

Please sign in to comment.