Skip to content

Commit

Permalink
finally fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rushiiMachine committed May 22, 2022
1 parent 8d77dc7 commit 38e43c2
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,8 @@ jobs:
command: build
args: --release --target=x86_64-pc-windows-gnu

- run: |
echo ${{ github.workspace }}
tree /
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
name: osu-server-switcher
path: ${{ github.workspace }}/target/release/osu-server-switcher.exe
path: ${{ github.workspace }}/target/x86_64-pc-windows-gnu/release/osu-server-switcher.exe

0 comments on commit 38e43c2

Please sign in to comment.