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

Commit

Permalink
first
Browse files Browse the repository at this point in the history
  • Loading branch information
ColdWindScholar committed Sep 16, 2023
1 parent caf6115 commit 90faa23
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
allowUpdates: true
omitBodyDuringUpdate: true
removeArtifacts: true
name: "MEDL"
name: "MEDL-3.2.${{ github.run_number }}"
tag: "CI_BUILD_${{ github.run_number }}"
body: |
Build times: ${{ github.run_number }}
Expand Down Expand Up @@ -64,6 +64,7 @@ jobs:
del *.spec
del *.txt
del *.ico
Remove-Item .git -Recurse
ls
- name: Upload Win Build
if: success()
Expand Down

0 comments on commit 90faa23

Please sign in to comment.