Skip to content

Commit

Permalink
GitHub Actionsのubuntu-latestの変更に備え、バージョン指定をするよう変更
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Ojii authored Sep 13, 2022
1 parent f660786 commit f71bc44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:

build:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04

steps:
- name: Checkout repository
Expand Down Expand Up @@ -106,4 +106,4 @@ jobs:
for asset in ${{ github.workspace }}/*.zip; do
assets+=("-a" "$asset")
done
hub release create "${assets[@]}" -m "$RELEASE_NAME" "$TAG_NAME"
hub release create "${assets[@]}" -m "$RELEASE_NAME" "$TAG_NAME"

0 comments on commit f71bc44

Please sign in to comment.