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

Commit

Permalink
fix workflow name error
Browse files Browse the repository at this point in the history
  • Loading branch information
SummonHIM committed Dec 7, 2022
1 parent df0bc5c commit ef16c94
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,15 @@ jobs:
$CompressRelease = @{
LiteralPath= "AutoWeMeeting64.exe", "AutoWeMeeting32.exe", "AutoWeMeeting.ahk", "Schedule.csv", "AWM-JoinMeet.png", "README.md", "LICENSE"
CompressionLevel = "Optimal"
DestinationPath = "AutoHotKey.zip"
DestinationPath = "AutoWeMeeting.zip"
}
Compress-Archive @CompressRelease
- name: Upload artifact to workflows
uses: actions/upload-artifact@v3
with:
name: Build
path: AutoHotKey.zip
path: AutoWeMeeting.zip


- name: Create and upload artifact to Releases
Expand All @@ -65,4 +65,4 @@ jobs:
tag_name: Build-${{ github.run_number }}
token: ${{ secrets.GITHUB_TOKEN }}
prerelease: true
files: AutoHotKey.zip
files: AutoWeMeeting.zip

0 comments on commit ef16c94

Please sign in to comment.