Skip to content
This repository has been archived by the owner on Jan 12, 2025. It is now read-only.

Commit

Permalink
Update msptool.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hzarki authored Sep 10, 2024
1 parent 2f4c796 commit d329c59
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/msptool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,15 @@ jobs:
git add ${{ env.Version_File }} ${{ env.Program_File }}
git commit -m "Update version to $new_version"
git push
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Create GitHub release
uses: softprops/action-gh-release@v1
with:
files: ${{ env.Solution_Directory }}/**/bin/${{ matrix.configuration }}/**
env:
GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Upload build artifacts
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit d329c59

Please sign in to comment.