Skip to content

Commit

Permalink
remove build pyinstaller, remove itcher from release
Browse files Browse the repository at this point in the history
  • Loading branch information
haverland committed Aug 29, 2022
1 parent 4be1bed commit 187e0e4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 65 deletions.
60 changes: 0 additions & 60 deletions .github/workflows/pyinstaller.yml

This file was deleted.

5 changes: 0 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,6 @@ jobs:
- name: Post-Build for ${{ matrix.os }}
if: ${{ matrix.POST_BUILD_CMD != '' }}
run: ${{ matrix.POST_BUILD_CMD }}
- name: Upload Artifact for ItchIO Uploader
uses: actions/upload-artifact@v3
with:
name: ${{runner.os}}
path: ./dist/${{ matrix.OUT_FILE_NAME }}
- name: Upload release assets
uses: actions/upload-release-asset@v1
env:
Expand Down

0 comments on commit 187e0e4

Please sign in to comment.