Fixed workflow build
This commit is contained in:
parent
c045c8709c
commit
976300461f
1 changed files with 2 additions and 2 deletions
|
|
@ -6,7 +6,7 @@ on:
|
|||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: nixos-runner
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
|
|
@ -35,7 +35,7 @@ jobs:
|
|||
|
||||
release:
|
||||
needs: build
|
||||
runs-on: nixos-runner
|
||||
runs-on: ubuntu-latest
|
||||
if: startsWith(github.ref, 'refs/tags/v')
|
||||
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue