mirror of
https://github.com/darkzoul5/YoutubePlaylistSync.git
synced 2026-07-03 20:43:59 +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
|
- main
|
||||||
#tags:
|
#tags:
|
||||||
#- "v*"
|
#- "v*"
|
||||||
|
release:
|
||||||
|
types: [published]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
determine-next-tag:
|
determine-next-tag:
|
||||||
@@ -63,13 +65,6 @@ jobs:
|
|||||||
sudo apt update
|
sudo apt update
|
||||||
sudo apt install -y unzip zip curl
|
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
|
- name: Prepare Windows package
|
||||||
run: |
|
run: |
|
||||||
set -e
|
set -e
|
||||||
|
|||||||
Reference in New Issue
Block a user