Skip to content

Commit

Permalink
Update get-release action
Browse files Browse the repository at this point in the history
Ref #36
  • Loading branch information
animetosho committed Nov 13, 2024
1 parent 39ad5de commit e286515
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- uses: actions/checkout@v3
- name: Get release
id: get_release
uses: bruceadams/get-release@v1.2.3
uses: bruceadams/get-release@v1.3.2
env:
GITHUB_TOKEN: ${{ github.token }}
- run: msbuild -property:PlatformToolset=ClangCL -property:Configuration=Release -property:Platform=${{ matrix.platform }} par2cmdline.sln
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
- uses: actions/checkout@v3
- name: Get release
id: get_release
uses: bruceadams/get-release@v1.2.3
uses: bruceadams/get-release@v1.3.2
env:
GITHUB_TOKEN: ${{ github.token }}
- uses: junelife/gha-ubuntu-cross@v6
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
- uses: actions/checkout@v3
- name: Get release
id: get_release
uses: bruceadams/get-release@v1.2.3
uses: bruceadams/get-release@v1.3.2
env:
GITHUB_TOKEN: ${{ github.token }}
- run: aclocal && automake --warnings=all --add-missing && autoconf --warnings=all
Expand Down Expand Up @@ -154,7 +154,7 @@ jobs:
- uses: actions/checkout@v3
- name: Get release
id: get_release
uses: bruceadams/get-release@v1.2.3
uses: bruceadams/get-release@v1.3.2
env:
GITHUB_TOKEN: ${{ github.token }}
- run: aclocal && automake --warnings=all --add-missing && autoconf --warnings=all
Expand Down

0 comments on commit e286515

Please sign in to comment.