Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BrownNPC authored May 3, 2024
1 parent 44d3d33 commit 8ea7fdc
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ on:
jobs:
build:
runs-on: ubuntu-latest

permissions:
contents: write
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand All @@ -25,15 +26,8 @@ jobs:
- name: Build executable
run: |
pyinstaller --onefile --add-data="protontricks/:protontricks/" --add-data="Injector.exe:." pg3d-injector.py
- name: Upload artifact
uses: actions/upload-artifact@v2
with:
name: pg3d-injector
path: dist/pg3d-injector

- name: Create Release
- name: upload release
uses: ncipollo/release-action@v1
with:
artifacts: ${{ steps.upload.outputs.artifact }}
Expand Down

0 comments on commit 8ea7fdc

Please sign in to comment.