mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-13 01:10:31 -07:00
Need dockerfile
This commit is contained in:
parent
46377b15b9
commit
a6d9bf803f
1 changed files with 4 additions and 2 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
|
@ -447,13 +447,15 @@ jobs:
|
||||||
Fladder-Linux-${{needs.fetch-info.outputs.version_name}}.flatpak
|
Fladder-Linux-${{needs.fetch-info.outputs.version_name}}.flatpak
|
||||||
|
|
||||||
release_web:
|
release_web:
|
||||||
|
name: Release Web
|
||||||
needs:
|
needs:
|
||||||
- fetch-info
|
|
||||||
- build-web
|
|
||||||
- create_release
|
- create_release
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: startsWith(github.ref, 'refs/tags/v')
|
if: startsWith(github.ref, 'refs/tags/v')
|
||||||
steps:
|
steps:
|
||||||
|
- name: Checkout repository
|
||||||
|
uses: actions/checkout@v4.1.1
|
||||||
|
|
||||||
- name: Download Artifacts Web
|
- name: Download Artifacts Web
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue