We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e4a8d61 + 7369116 commit f2cf769Copy full SHA for f2cf769
.github/workflows/main.yml
@@ -25,20 +25,20 @@ jobs:
25
26
steps:
27
- name: Checkout
28
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
29
with:
30
# Need to fetch everything so that GenerateVersion.ps1 can see the tags
31
fetch-depth: 0
32
33
- name: Add msbuild to PATH
34
- uses: microsoft/setup-msbuild@v1.0.2
+ uses: microsoft/setup-msbuild@v1
35
36
- name: Build Project
37
run: |
38
MSBuild.exe endless.sln /p:Configuration=${{ matrix.configuration }} /p:Platform=${{ matrix.platform }}
39
40
- name: Compress executable
41
- uses: crazy-max/ghaction-upx@v1
+ uses: crazy-max/ghaction-upx@v2
42
if: ${{ matrix.configuration == 'Release' }}
43
44
files: ${{ matrix.platform }}/${{matrix.configuration}}/EndlessUsbTool.exe
0 commit comments