Compare commits
1 Commits
2026.02.15
...
2026.02.15
| Author | SHA1 | Date | |
|---|---|---|---|
| 6d3a5b1930 |
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user