Fixed file structure
This commit is contained in:
@@ -33,14 +33,14 @@ jobs:
|
||||
|
||||
- name: Build single file executables
|
||||
run: |
|
||||
cd sh.actions/sh.actions.package-cleanup
|
||||
cd sh.actions.package-cleanup
|
||||
|
||||
# Build for 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
|
||||
run: |
|
||||
cd sh.actions/sh.actions.package-cleanup
|
||||
cd sh.actions.package-cleanup
|
||||
curl -X PUT \
|
||||
-H "Authorization: token ${{ secrets.CI_ACCESS_TOKEN }}" \
|
||||
-T publish/linux-x64/sh.actions.package-cleanup \
|
||||
|
||||
Reference in New Issue
Block a user