Skip to content

Commit

Permalink
attempt to fix filepath issue
Browse files Browse the repository at this point in the history
  • Loading branch information
radj307 committed Nov 8, 2023
1 parent c44df39 commit 01eb9e2
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/GenerateRelease-csharp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,18 +78,17 @@ jobs:
with:
path: ${{github.workspace}}

- name: Stage Artifacts
- name: Debug
run: |
cd ${{github.workspace}}/sdk
zip -T9 ../SDK.zip ./*
cd ${{github.workspace}}
- run: ls -lAghR
ls -lAghR
- name: 'Create Release'
uses: softprops/action-gh-release@v1
uses: radj307/action-gh-release@main
with:
draft: true
files: |
"${{ github.workspace }}/build-windows/*.exe"
"${{ github.workspace }}/SDK.zip"
build-windows/*.exe
SDK.zip

0 comments on commit 01eb9e2

Please sign in to comment.