Skip to content

Commit

Permalink
Update GitHub Actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
VinsWorldcom committed Nov 1, 2024
1 parent 5210b31 commit ed392f0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v4

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

- name: MSBuild of plugin dll
working-directory: .\
Expand All @@ -26,13 +26,13 @@ jobs:
ZIPCMD: 7z a -tzip

- name: Archive
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: GitSCM-${{ matrix.build_configuration }}-${{ matrix.build_platform }}
path: ${{ matrix.build_configuration }}\${{ matrix.build_platform }}\GitSCM.dll

- name: Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/') && matrix.build_configuration == 'Release'
with:
body: ${{ github.event.commits[0].message }}
Expand Down

0 comments on commit ed392f0

Please sign in to comment.