Skip to content

Commit

Permalink
Try removing repo clone logic from workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewMusser committed Jul 24, 2024
1 parent fee2e03 commit 36dc6c2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,5 @@ jobs:
SM_CLIENT_CERT_PASSWORD: ${{ secrets.SM_CLIENT_CERT_PASSWORD }}
SM_HOST: ${{ secrets.SM_HOST }}
steps:
- name: Check out repository code
uses: actions/checkout@v4
with:
submodules: true
token: ${{ secrets.GH_LPM_ASPYTHON_TOKEN }}

- name: Download + Install Inno
uses: pwall2222/[email protected]

- name: Create the EXE Installer
working-directory: ./utils
run: ./BuildInstaller.bat
uses: pwall2222/[email protected]
Empty file added todo.txt
Empty file.

0 comments on commit 36dc6c2

Please sign in to comment.