Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cgkings authored Jun 30, 2024
1 parent b31b1be commit c8508e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:

- name: Create Release
id: create_release
uses: github-actions/create-release@v1.1.0
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand All @@ -62,7 +62,7 @@ jobs:
prerelease: false

- name: Upload Windows Executable
uses: github-actions/upload-release-asset@v1.1.0
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand All @@ -72,7 +72,7 @@ jobs:
asset_content_type: application/octet-stream

- name: Upload Python Script for Windows
uses: github-actions/upload-release-asset@v1.1.0
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down

0 comments on commit c8508e6

Please sign in to comment.