1
0
mirror of https://github.com/darkzoul5/YoutubePlaylistSync.git synced 2026-07-03 12:34:00 +03:00

Remove debug information for workspace from Windows package preparation

Add workflow launch on release
This commit is contained in:
2025-10-13 14:52:52 +03:00
parent c8c8a5b2e9
commit 28fbbe544e
+2 -7
View File
@@ -6,6 +6,8 @@ on:
- main
#tags:
#- "v*"
release:
types: [published]
jobs:
determine-next-tag:
@@ -63,13 +65,6 @@ jobs:
sudo apt update
sudo apt install -y unzip zip curl
- name: Show workspace and files
run: |
echo "GITEA_WORKSPACE_PWD=${GITEA_WORKSPACE:-$PWD}"
echo "GITEA_WORKSPACE=${GITEA_WORKSPACE}"
echo "PWD=$PWD"
ls -l
- name: Prepare Windows package
run: |
set -e