Skip to content

Commit

Permalink
chore: workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
whes1015 committed Jul 23, 2023
1 parent bc8202c commit 937c5c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/github_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: actions/upload-artifact@master
with:
name: "TREM-Lite.Windows_x64.exe"
path: D:/a/TREM-Lite/TREM-Lite/dev/*.exe
path: D:/a/TREM-Lite/dev/*.exe

Linux_amd64:
runs-on: ubuntu-latest
Expand All @@ -47,7 +47,7 @@ jobs:
uses: actions/upload-artifact@master
with:
name: "TREM-Lite.Linux_amd64.deb"
path: /home/runner/work/TREM-Lite/TREM-Lite/dev/*.deb
path: /home/runner/work/TREM-Lite/dev/*.deb

macOS_x64:
runs-on: macos-latest
Expand All @@ -68,4 +68,4 @@ jobs:
uses: actions/upload-artifact@master
with:
name: "TREM-Lite.macOS_x64.dmg"
path: D:/a/TREM-Lite/TREM-Lite/dev/*.dmg
path: D:/a/TREM-Lite/dev/*.dmg

0 comments on commit 937c5c3

Please sign in to comment.