mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 14:05:39 +00:00
Updated workflow namings
This commit is contained in:
parent
a4fc9747c6
commit
f3d3691e77
10
.github/workflows/main.yml
vendored
10
.github/workflows/main.yml
vendored
|
@ -18,7 +18,7 @@ on:
|
|||
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
|
||||
jobs:
|
||||
# This workflow contains a single job called "build"
|
||||
build_cooker_snap:
|
||||
build_main:
|
||||
# The type of runner that the job will run on
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
|
@ -48,16 +48,16 @@ jobs:
|
|||
id: date
|
||||
run: echo "::set-output name=date::$(date +'%Y%m%d_%H%M')"
|
||||
|
||||
- name: Publish the flatpak in a new cooker release
|
||||
- name: Publish the flatpak in a new main draft release
|
||||
uses: ncipollo/release-action@v1
|
||||
with:
|
||||
tag: "${{ steps.date.outputs.date }}"
|
||||
body: |
|
||||
# Release Notes
|
||||
|
||||
Changelog:
|
||||
-
|
||||
-
|
||||
General installation instructions can be found in the [Wiki](https://github.com/XargonWan/RetroDECK/wiki#installation-instructions).
|
||||
|
||||
## Changelog resume:
|
||||
-
|
||||
|
||||
artifacts: "RetroDECK.flatpak"
|
||||
|
|
Loading…
Reference in a new issue