Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pendy99 authored Apr 21, 2023
1 parent 80cf07f commit ec70165
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,19 @@ jobs:
GITHUB_TOKEN: ${{ github.token }}
with:
asset_paths: '["./repo/dist/*"]'
repo-token: ${{ secrets.GITHUB_TOKEN }}
release-tag: ${{ github.ref_name }}
# repo-token: ${{ secrets.GITHUB_TOKEN }}
# release-tag: ${{ github.ref_name }}

pyinstaller-linux-build:
permissions:
contents: read
packages: write # for creating cache
contents: write
checks: write
actions: read
issues: read
pull-requests: read
repository-projects: read
statuses: read
runs-on: ubuntu-latest
name: Build on ${{ matrix.distro }} ${{ matrix.arch }}

Expand Down Expand Up @@ -103,8 +109,6 @@ jobs:
GITHUB_TOKEN: ${{ github.token }}
with:
asset_paths: '["./repo/dist/*"]'
repo-token: ${{ secrets.GITHUB_TOKEN }}
release-tag: ${{ github.ref_name }}

# pyinstaller-macos-build:
# runs-on: macos-latest
Expand Down

0 comments on commit ec70165

Please sign in to comment.