mirror of
https://github.com/tulir/gomuks.git
synced 2025-04-19 18:13:41 -05:00
Run publishing after builds
Oops
This commit is contained in:
parent
e72b7f91ef
commit
f96643230f
1 changed files with 1 additions and 0 deletions
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
|
@ -82,6 +82,7 @@ jobs:
|
|||
if-no-files-found: error
|
||||
publish:
|
||||
runs-on: ubuntu-latest
|
||||
needs: [macos_x86, macos_arm, linux]
|
||||
steps:
|
||||
- uses: actions/download-artifact@v3
|
||||
- uses: ncipollo/release-action@v1
|
||||
|
|
Loading…
Add table
Reference in a new issue