From fc16628241f9cbb4ad4aa80594e43d36309d4016 Mon Sep 17 00:00:00 2001 From: XargonWan Date: Fri, 29 Apr 2022 19:07:27 +0900 Subject: [PATCH] Updated workflow namings --- .github/workflows/main.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1b8a8bdc..58e348f6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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,17 +48,17 @@ 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" allowUpdates: true