Skip to content

Commit

Permalink
Merge branch 'main' of github.com:ikas-mc/ContextMenuForWindows11
Browse files Browse the repository at this point in the history
  • Loading branch information
ikas-mc committed Oct 4, 2024
2 parents c8ad917 + 5cb23ba commit 049fce3
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 @@ -17,12 +17,12 @@ jobs:
runs-on: windows-latest

steps:
- uses: actions/checkout@v4.1.1
- uses: actions/checkout@v4
with:
ref: dev-2024

- name: Add MSBuild to PATH
uses: microsoft/setup-msbuild@v1.3.1
uses: microsoft/setup-msbuild@v2

- name: Decode Cert
working-directory: ${{env.GITHUB_WORKSPACE}}
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:


- name: Upload Packages
uses: actions/upload-artifact@v3.1.3
uses: actions/upload-artifact@v4
with:
name: ContextMenuCustom-${{ matrix.package }}-${{ matrix.platform }}
path: |
Expand Down

0 comments on commit 049fce3

Please sign in to comment.