Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
itsHenry35 authored Aug 22, 2022
1 parent 341ce85 commit 569dfc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ jobs:
with:
tag_name: release
files: |
%USERPROFILE%\output\main.exe
D:\a\ledu\ledu\dist\main.exe
- name: Upload
uses: actions/upload-artifact@v2
with:
name: "Windows-build"
path: "%USERPROFILE%/output"
path: "D:\\a\\ledu\\ledu\\dist"

0 comments on commit 569dfc7

Please sign in to comment.