Skip to content

Commit

Permalink
force bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePromidius committed Feb 14, 2024
1 parent e0be843 commit 7ef9d37
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/app_pyinstaller/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ runs:
echo "Building ${{ inputs.spec_file }}..."
ls -la
python -m PyInstaller pyinstaller/${{ inputs.spec_file }}.spec
mkdir release
mv dist/* release/FMD3
zip -r FMD3${{inputs.os}}.zip release/FMD3
# mkdir release
# mv dist/* release/FMD3
# zip -r FMD3${{inputs.os}}.zip release/FMD3


- name: 'Upload Artifact'
uses: actions/upload-artifact@v4
with:
name: ${{ inputs.os }}${{ inputs.spec_file }}--dist
path: FMD3${{ inputs.os }}
path: dist/*
retention-days: 1
Empty file added src/FMD3/forcebump
Empty file.

0 comments on commit 7ef9d37

Please sign in to comment.