mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-04-26 12:21:39 +00:00
Attempt 14
This commit is contained in:
parent
9533ce81d6
commit
c89f5d63eb
1 changed files with 3 additions and 5 deletions
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
|
|
@ -2,9 +2,6 @@ name: Build Project
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- linux-actions
|
|
||||||
|
|
||||||
env:
|
env:
|
||||||
FLATPAK_ID: io.github.hedge_dev.unleashedrecomp
|
FLATPAK_ID: io.github.hedge_dev.unleashedrecomp
|
||||||
|
|
@ -60,8 +57,9 @@ jobs:
|
||||||
path: ./${{ env.FLATPAK_ID }}.flatpak
|
path: ./${{ env.FLATPAK_ID }}.flatpak
|
||||||
|
|
||||||
- name: Upload artifact to Discord
|
- name: Upload artifact to Discord
|
||||||
uses: sinshutu/upload-to-discord@master
|
env:
|
||||||
env:
|
|
||||||
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
|
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
|
||||||
|
if: ${{ env.DISCORD_WEBHOOK != '' }}
|
||||||
|
uses: sinshutu/upload-to-discord@master
|
||||||
with:
|
with:
|
||||||
args: ./${{ env.FLATPAK_ID }}.flatpak
|
args: ./${{ env.FLATPAK_ID }}.flatpak
|
||||||
Loading…
Add table
Reference in a new issue