mirror of
https://github.com/Macro-Deck-App/Macro-Deck.git
synced 2026-05-06 21:51:04 +08:00
Update workflows
This commit is contained in:
4
.github/workflows/release-created.yml
vendored
4
.github/workflows/release-created.yml
vendored
@@ -13,7 +13,7 @@ jobs:
|
||||
release-windows:
|
||||
name: "Build and Push Macro Deck for Windows"
|
||||
uses: ./.github/workflows/build-push-windows.yml
|
||||
needs: [release-github, get-version]
|
||||
needs: [test]
|
||||
secrets: inherit
|
||||
with:
|
||||
version: ${{ github.event.release.name }}
|
||||
@@ -21,7 +21,7 @@ jobs:
|
||||
notify:
|
||||
name: "Notify"
|
||||
runs-on: ubuntu-latest
|
||||
needs: [get-version, release-windows]
|
||||
needs: [release-windows]
|
||||
steps:
|
||||
- uses: Macro-Deck-App/Actions/discord-notify-release@main
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user