Skip to content

Commit

Permalink
LinguifAI built with pyinstaller and conda
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaloney111 authored May 15, 2024
1 parent 8b3aeca commit 7a9214e
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,20 +78,6 @@ jobs:
- name: Rename file
run: ren "dist\LinguifAI Setup 0.1.0.exe" "LinguifAI Setup ${{ steps.get_latest_release.outputs.new_version }}.exe"

- name: Get latest commit message
id: get_latest_commit_message
uses: actions/github-script@v4
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
const response = await github.repos.listCommits({
owner: context.repo.owner,
repo: context.repo.repo,
per_page: 1,
ref: 'refs/heads/develop'
});
console.log(`::set-output name=commit_message::${response.data[0].commit.message}`);
- name: Create Release
id: create_release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 7a9214e

Please sign in to comment.