Fixed file structure
This commit is contained in:
@@ -33,14 +33,14 @@ jobs:
|
|||||||
|
|
||||||
- name: Build single file executables
|
- name: Build single file executables
|
||||||
run: |
|
run: |
|
||||||
cd sh.actions/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: |
|
||||||
cd sh.actions/sh.actions.package-cleanup
|
cd sh.actions.package-cleanup
|
||||||
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 \
|
||||||
|
|||||||
Reference in New Issue
Block a user