Skip to content

Commit

Permalink
Update package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tnunamak authored Mar 8, 2024
1 parent 3c45970 commit b249853
Showing 1 changed file with 15 additions and 14 deletions.
29 changes: 15 additions & 14 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: Build with PyInstaller
on:
push:
branches: [main, package]
pull_request:
branches: [main, package]
# pull_request:
# branches: [main, package]

jobs:
build:
Expand Down Expand Up @@ -60,21 +60,22 @@ jobs:
run: poetry run pyinstaller selfie.spec --noconfirm
shell: bash

# - name: Archive Build Output
# run: |
# cd dist
# tar -czvf selfie-build.tar.gz *
# shell: bash
#
# - name: Upload Artifact
# uses: actions/upload-artifact@v4
# with:
# name: ${{ matrix.os }}-build
# path: dist/selfie-build.tar.gz
# - name: Archive Build Output
# run: |
# cd dist
# tar -czvf selfie-build.tar.gz *
# shell: bash

# - name: Upload Artifact
# uses: actions/upload-artifact@v4
# with:
# name: ${{ matrix.os }}-build
# path: dist/selfie-build.tar.gz
# overwrite: true

- name: Upload Artifact
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.os }}-build
path: .
path: dist
overwrite: true

0 comments on commit b249853

Please sign in to comment.