Skip to content

Commit

Permalink
Replace test steps with prod steps
Browse files Browse the repository at this point in the history
  • Loading branch information
soxoj committed Dec 4, 2024
1 parent 9a0b7d6 commit 6e03277
Showing 1 changed file with 7 additions and 18 deletions.
25 changes: 7 additions & 18 deletions .github/workflows/pyinstaller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,27 +11,16 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: TEST PyInstaller Windows Build
shell: bash
run: |
echo "test" > maigret_standalone_win32
- name: PyInstaller Windows Build
uses: JackMcKew/pyinstaller-action-windows@main
with:
path: pyinstaller

- name: TEST Upload PyInstaller Binary to Workflow as Artifact
- name: Upload PyInstaller Binary to Workflow as Artifact
uses: actions/upload-artifact@v4
with:
name: maigret_standalone_win32
path: maigret_standalone_win32

# - name: PyInstaller Windows Build
# uses: JackMcKew/pyinstaller-action-windows@main
# with:
# path: pyinstaller

# - name: Upload PyInstaller Binary to Workflow as Artifact
# uses: actions/upload-artifact@v4
# with:
# name: maigret_standalone_win32
# path: pyinstaller/dist/windows
path: pyinstaller/dist/windows

- name: Download PyInstaller Binary
uses: actions/download-artifact@v4
Expand All @@ -49,7 +38,7 @@ jobs:
makeLatest: true
replacesArtifacts: true
artifacts: maigret_standalone_win32
name: Windows Release [${{ github.ref_name }}]
name: Development Windows Release [${{ github.ref_name }}]
tag: ${{ github.ref_name }}
body: |
This is a development release, built from the branch **${{ github.ref_name }}**.
Expand Down

0 comments on commit 6e03277

Please sign in to comment.