Skip to content

Commit

Permalink
Update exe github action
Browse files Browse the repository at this point in the history
  • Loading branch information
CravateRouge committed May 10, 2024
1 parent 96fd145 commit 8fee19d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Compile bloodyAD into standalone binary

on:
push:
branches: [ "msldap" ]
branches: [ "main" ]
tags:
- '*'
workflow_dispatch:
Expand All @@ -16,7 +16,7 @@ jobs:
ref: msldap
- uses: actions/setup-python@v5
with:
python-version: '3.8'
python-version: '3.9'
- name: Install dependencies
run: |
pip install .
Expand All @@ -26,5 +26,4 @@ jobs:
- name: Release
uses: softprops/action-gh-release@v1
with:
tag_name: test
files: bloodyAD.exe

0 comments on commit 8fee19d

Please sign in to comment.