Compare commits

..

4 Commits

Author SHA1 Message Date
kawa 2856964858 Update README.md 2026-03-10 17:11:07 +01:00
kawa 3ca58a4da0 Updated Workflow 2026-03-10 17:09:08 +01:00
kawa 2cc9d91f5a Do not upload wiki files here 2026-03-10 15:29:05 +01:00
kawa ee609cfaa4 Update
Release zip package / release (push) Successful in 0s
2026-03-10 14:59:23 +01:00
3 changed files with 6 additions and 2 deletions
+2 -1
View File
@@ -1,3 +1,4 @@
#Wkf
name: Release zip package name: Release zip package
on: on:
@@ -33,7 +34,7 @@ jobs:
"${{ gitea.server_url }}/api/v1/repos/${{ gitea.repository }}/releases" \ "${{ gitea.server_url }}/api/v1/repos/${{ gitea.repository }}/releases" \
-H "Authorization: token ${{ secrets.RELEASE_TOKEN }}" \ -H "Authorization: token ${{ secrets.RELEASE_TOKEN }}" \
-H "Content-Type: application/json" \ -H "Content-Type: application/json" \
-d "{\"tag_name\":\"${{ env.VERSION }}\",\"name\":\"SharePoint ToolBox ${{ env.VERSION }}\",\"body\":\"### Installation\\n1. Télécharger et extraire le zip\\n2. Lancer Sharepoint_ToolBox.ps1 avec PowerShell\\n3. Prérequis : Install-Module PnP.PowerShell\"}" \ -d "{\"tag_name\":\"${{ env.VERSION }}\",\"name\":\"SharePoint ToolBox ${{ env.VERSION }}\",\"body\":\"### How to use\\n1. Download and extract the archive\\n2. Launch Sharepoint_ToolBox.ps1 with PowerShell\\n\"}" \
| python3 -c "import sys,json; print(json.load(sys.stdin)['id'])") | python3 -c "import sys,json; print(json.load(sys.stdin)['id'])")
echo "RELEASE_ID=${RELEASE_ID}" >> "$GITHUB_ENV" echo "RELEASE_ID=${RELEASE_ID}" >> "$GITHUB_ENV"
+3
View File
@@ -3,3 +3,6 @@
*.json *.json
!lang/ !lang/
!lang/*.json !lang/*.json
!wiki/
!wiki/*.html
!wiki/*.md
+1 -1
View File
@@ -1,4 +1,4 @@
![SPToolbox-logo](https://git.azuze.fr/kawa/Sharepoint-Toolbox/raw/branch/main/SPToolbox-logo-dark.png) ![SPToolbox-logo](https://git.azuze.fr/kawa/Sharepoint-Toolbox/raw/branch/main/SPToolbox-logo-light.png)
Application PowerShell avec interface graphique (WinForms) pour administrer, auditer et exporter des données depuis des sites SharePoint Online. Application PowerShell avec interface graphique (WinForms) pour administrer, auditer et exporter des données depuis des sites SharePoint Online.