Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lucastucious committed Dec 20, 2023
1 parent 2a99921 commit 95c3ed4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build Workflow

on:
push:
branches: master
branches: main

jobs:
build-windows:
Expand All @@ -24,7 +24,7 @@ jobs:
- uses: actions/upload-artifact@v2
with:
name: Windows_merlinator
path: dist/qwiklab_badge_checker.exe
path: dist/merlinator.exe

- name: create release
id: create_release
Expand All @@ -46,6 +46,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{steps.create_release.outputs.upload_url}}
asset_path: dist/qwiklab_badge_checker.exe
asset_name: Qwiklab-Badge-Checker-Windows-amd64.exe
asset_path: dist/merlinator.exe
asset_name: merlinator.exe
asset_content_type: application/zip

0 comments on commit 95c3ed4

Please sign in to comment.