Skip to content

Commit

Permalink
update action version.
Browse files Browse the repository at this point in the history
  • Loading branch information
whtiehack committed Jun 28, 2024
1 parent d0fef52 commit 27632c0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ jobs:
steps:

- name: Clone repository
uses: actions/checkout@v1
uses: actions/checkout@v4
with:
submodules: true
fetch-depth: 1

- name: Set up Go 1.13.1
uses: actions/setup-go@v1
- name: Set up Go 1.21.5
uses: actions/setup-go@v5
with:
go-version: 1.13.1
go-version: '>=1.17.0'
id: go


Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
Compress-Archive -CompressionLevel Optimal -Force -Path examples/wowjump/wowjump.exe -DestinationPath release/wowjump.zip
- name: Draft Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/') && github.repository == 'whtiehack/wingui'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 27632c0

Please sign in to comment.