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 91fb8cc commit 4bcdae8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.x' # Replace 'x' with your desired Python version
python-version: '3.12.2' # Replace 'x' with your desired Python version

- name: Install dependencies
run: |
Expand All @@ -29,7 +29,7 @@ jobs:
- name: Create Release
uses: ncipollo/release-action@v1
with:
artifacts: "dist/*" # Adjust the path to match your generated executable file
artifacts: "dist/pg3d-injector" # Adjust the path to match your generated executable file
tag: ${{ github.ref }}
name: Release ${{ github.ref }}
commit: ${{ github.sha }}
Expand Down

0 comments on commit 4bcdae8

Please sign in to comment.