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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user