Add code checkout

This commit is contained in:
Useful Stuffs 2024-02-14 16:05:49 +01:00 committed by GitHub
parent 03032e2058
commit 47bbcf1365
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 1 deletions

View File

@ -9,6 +9,8 @@ jobs:
build: build:
runs-on: windows-latest runs-on: windows-latest
steps: steps:
- name: Download repository
uses: actions/checkout@v3
- name: Install NSIS - name: Install NSIS
run: | run: |
iwr -useb get.scoop.sh -outfile 'install.ps1' iwr -useb get.scoop.sh -outfile 'install.ps1'
@ -24,7 +26,7 @@ jobs:
iwr http://fritzbox3272.controlliamo.com/WUIsBack/dll/LegacyUpdate64.dll -outfile '.\x64\Release\LegacyUpdate.dll' iwr http://fritzbox3272.controlliamo.com/WUIsBack/dll/LegacyUpdate64.dll -outfile '.\x64\Release\LegacyUpdate.dll'
- name: Compile WUIsBack - name: Compile WUIsBack
run: | run: |
makensis "D:\a\WUIsBack\WUIsBack\setup\setup.nsi" makensis "setup\setup.nsi"
- name: Upload Nightly Build - name: Upload Nightly Build
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4
with: with: