summaryrefslogtreecommitdiff
path: root/.github/workflows/main.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/main.yml')
-rw-r--r--.github/workflows/main.yml7
1 files changed, 4 insertions, 3 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index fb80daf..69f5bfc 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -54,6 +54,7 @@ jobs:
fi
echo "vOUT: v$OUT"
echo tag_name=v$OUT >> $GITHUB_OUTPUT
+
- name: Push tag 📤
uses: rickstaa/action-create-tag@v1.3.2
if: ${{ steps.ready_tag.outputs.tag_name && github.event_name == 'workflow_dispatch' && !env.ACT }}
@@ -65,11 +66,11 @@ jobs:
uses: softprops/action-gh-release@v1
if: ${{ github.event_name == 'workflow_dispatch' && !env.ACT }}
with:
- name: |
+ name: Version ${{ steps.ready_tag.outputs.tag_name }}
+ tag_name: ${{ steps.ready_tag.outputs.tag_name }}
+ files: |
${{ github.workspace }}/gui/decky_installer.desktop
${{ github.workspace }}/gui/user_install_script.sh
- tag_name: ${{ steps.ready_tag.outputs.tag_name }}
- files: ./dist/PluginLoader
prerelease: false
generate_release_notes: true
draft: true