Updated workflow namings

This commit is contained in:
XargonWan 2022-04-29 19:07:27 +09:00
parent a4fc9747c6
commit f3d3691e77

View file

@ -18,7 +18,7 @@ on:
# A workflow run is made up of one or more jobs that can run sequentially or in parallel # A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs: jobs:
# This workflow contains a single job called "build" # This workflow contains a single job called "build"
build_cooker_snap: build_main:
# The type of runner that the job will run on # The type of runner that the job will run on
runs-on: ubuntu-latest runs-on: ubuntu-latest
@ -48,17 +48,17 @@ jobs:
id: date id: date
run: echo "::set-output name=date::$(date +'%Y%m%d_%H%M')" 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 uses: ncipollo/release-action@v1
with: with:
tag: "${{ steps.date.outputs.date }}" tag: "${{ steps.date.outputs.date }}"
body: | body: |
# Release Notes # 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" artifacts: "RetroDECK.flatpak"
allowUpdates: true allowUpdates: true