Skip to content

Commit

Permalink
test2
Browse files Browse the repository at this point in the history
  • Loading branch information
volkan-aslan committed Aug 29, 2024
1 parent d1c124d commit 2fb0a3c
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/Build ThunderOnWindows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,12 +92,3 @@ jobs:
run: dotnet build --no-build


# ----- Upload artifacts -----
- name: Tar files
run: tar -czvf ${{matrix.type}}${{matrix.version}}.tar.gz artifacts

- name: Upload
uses: actions/upload-artifact@v4
with:
name: Thunder-${{matrix.type}}${{matrix.version}}-artifact
path: ${{matrix.type}}${{matrix.version}}.tar.gz

0 comments on commit 2fb0a3c

Please sign in to comment.