Skip to content
This repository has been archived by the owner on Feb 15, 2025. It is now read-only.

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
Change build name to Project name
  • Loading branch information
LingFeng-bbben authored Feb 22, 2024
1 parent 630f124 commit 4c50112
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Build Project
run-name: ${{ github.actor }} is learning GitHub Actions
run-name: Build exe for Windows Standalone
on: [push]
jobs:
build:
Expand All @@ -19,7 +19,8 @@ jobs:
with:
targetPlatform: StandaloneWindows
versioning: Semantic
buildName: MajdataView
- uses: actions/upload-artifact@v3
with:
name: Build
path: build
path: build/MajdataView

0 comments on commit 4c50112

Please # to comment.