dev #1

Merged
edraft merged 37 commits from dev into master 2026-02-22 00:19:00 +01:00
Showing only changes of commit 6d3a5b1930 - Show all commits

View File

@@ -36,7 +36,7 @@ jobs:
cd sh.actions.package-cleanup cd sh.actions.package-cleanup
# Build for Linux x64 # Build for Linux x64
dotnet publish -c Release -r linux-x64 -p:Version=$(cat ../../version.txt) -o publish/linux-x64 dotnet publish -c Release -r linux-x64 -p:Version=$(cat ../version.txt) -o publish/linux-x64
- name: Upload to Gitea Generic Package Registry - name: Upload to Gitea Generic Package Registry
run: | run: |
@@ -44,4 +44,4 @@ jobs:
curl -X PUT \ curl -X PUT \
-H "Authorization: token ${{ secrets.CI_ACCESS_TOKEN }}" \ -H "Authorization: token ${{ secrets.CI_ACCESS_TOKEN }}" \
-T publish/linux-x64/sh.actions.package-cleanup \ -T publish/linux-x64/sh.actions.package-cleanup \
"https://git.sh-edraft.de/api/packages/sh-edraft.de/generic/package-cleanup/$(cat ../../version.txt)/package-cleanup-linux-x64" "https://git.sh-edraft.de/api/packages/sh-edraft.de/generic/package-cleanup/$(cat ../version.txt)/package-cleanup-linux-x64"