Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
Ginsakura committed Sep 22, 2023
1 parent f9d38c8 commit b4b92f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name: release all os -- no code signing

jobs:
create-release:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/[email protected]
Expand All @@ -27,11 +27,11 @@ jobs:
strategy:
matrix:
include:
- os: ubuntu-18.04
- os: ubuntu-latest
artifact_name: 'release/{*.AppImage,*.rpm,*.deb,*.yml}'
- os: windows-2019
artifact_name: 'release/{*.msi,*.exe,*.blockmap,*.yml}'
- os: macos-10.15
- os: macos-latest
artifact_name: 'release/{*.dmg,*.blockmap,*.yml}'
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit b4b92f3

Please sign in to comment.