Skip to content

Commit

Permalink
Fixing the release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kainazzzo committed Apr 21, 2023
1 parent 84ad057 commit 4cbb3cf
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,6 @@ jobs:
uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.0.x
- name: Clean build directory
run: |
rm -rf build/${{ matrix.artifact_name }}
- name: List build directory contents
run: |
ls -la build
- name: Build and Publish
shell: bash
run: |
Expand All @@ -57,7 +51,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: ${{ matrix.artifact_name }}.zip
path: build/${{ matrix.artifact_name }}.zip
path: build/${{ matrix.artifact_name }}/${{matrix.artifact_name}}.zip
create-release:
needs: build-and-release
runs-on: ubuntu-latest
Expand Down

0 comments on commit 4cbb3cf

Please sign in to comment.