Skip to content

Commit

Permalink
Update msbuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DeltaGW2 authored Feb 12, 2024
1 parent 565b2dd commit 3070948
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ env:
BUILD_CONFIGURATION: Release

permissions:
contents: read
contents: write

jobs:
build:
Expand All @@ -41,10 +41,10 @@ jobs:
# See https://docs.microsoft.com/visualstudio/msbuild/msbuild-command-line-reference
run: msbuild /m /p:Configuration=${{env.BUILD_CONFIGURATION}} ${{env.SOLUTION_FILE_PATH}}

- name: Create release
- name: Archive files
uses: actions/upload-artifact@v4
with:
name: d3d11.dll
name: d3d11
path: |
x64/d3d11.dll
x64/d3d11.pdb

0 comments on commit 3070948

Please sign in to comment.