Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zefanjajobse authored Feb 2, 2024
1 parent 5507d82 commit d70e862
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 @@ -29,12 +29,12 @@ jobs:

- name: release
id: create_release
uses: zendesk/action-create-release@v1
uses: zendesk/action-create-release@v2
env:
GITHUB_TOKEN: ${{ github.token }}

- name: upload windows artifact
uses: actions/upload-release-asset@v2
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ github.token }}
with:
Expand Down

0 comments on commit d70e862

Please sign in to comment.