-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
18 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,21 +27,12 @@ jobs: | |
- name: Setup MSBuild | ||
uses: microsoft/setup-msbuild@v1 | ||
|
||
- name: Download references | ||
uses: carlosperate/[email protected] | ||
with: | ||
file-url: 'https://misaka-zerotwo.github.io/SL-References/Master.zip' | ||
file-name: 'References.zip' | ||
|
||
- name: Download 7zip | ||
uses: carlosperate/[email protected] | ||
with: | ||
file-url: 'https://www.exiled.host/7za.exe' | ||
file-name: '7zip.exe' | ||
|
||
- name: Extract Refs | ||
run: ./7zip.exe e References.zip -oD:\a\KillLogs\KillLogs\lib\ -r -y | ||
|
||
- name: Get references | ||
shell: pwsh | ||
run: | | ||
Invoke-WebRequest -Uri https://misaka-zerotwo.github.io/SL-References/Master.zip -OutFile ${{ github.workspace }}/References.zip | ||
Expand-Archive -Path References.zip -DestinationPath ${{ github.workspace }}\lib | ||
- name: Build | ||
run: msbuild KillLogs.sln -p:Configuration=release | ||
env: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -49,21 +49,12 @@ jobs: | |
- name: Setup MSBuild | ||
uses: microsoft/setup-msbuild@v1 | ||
|
||
- name: Download references | ||
uses: carlosperate/[email protected] | ||
with: | ||
file-url: 'https://misaka-zerotwo.github.io/SL-References/Master.zip' | ||
file-name: 'References.zip' | ||
|
||
- name: Download 7zip | ||
uses: carlosperate/[email protected] | ||
with: | ||
file-url: 'https://www.exiled.host/7za.exe' | ||
file-name: '7zip.exe' | ||
|
||
- name: Extract Refs | ||
run: ./7zip.exe e References.zip -o${{ github.workspace }}\lib\ -r -y | ||
|
||
- name: Get references | ||
shell: pwsh | ||
run: | | ||
Invoke-WebRequest -Uri https://misaka-zerotwo.github.io/SL-References/Master.zip -OutFile ${{ github.workspace }}/References.zip | ||
Expand-Archive -Path References.zip -DestinationPath ${{ github.workspace }}\lib | ||
# Initializes the CodeQL tools for scanning. | ||
- name: Initialize CodeQL | ||
uses: github/codeql-action/init@v1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,21 +22,12 @@ jobs: | |
- name: Setup MSBuild | ||
uses: microsoft/setup-msbuild@v1 | ||
|
||
- name: Download references | ||
uses: carlosperate/[email protected] | ||
with: | ||
file-url: 'https://misaka-zerotwo.github.io/SL-References/Master.zip' | ||
file-name: 'References.zip' | ||
|
||
- name: Download 7zip | ||
uses: carlosperate/[email protected] | ||
with: | ||
file-url: 'https://www.exiled.host/7za.exe' | ||
file-name: '7zip.exe' | ||
|
||
- name: Extract Refs | ||
run: ./7zip.exe e References.zip -oD:\a\KillLogs\KillLogs\lib\ -r -y | ||
|
||
- name: Get references | ||
shell: pwsh | ||
run: | | ||
Invoke-WebRequest -Uri https://misaka-zerotwo.github.io/SL-References/Master.zip -OutFile ${{ github.workspace }}/References.zip | ||
Expand-Archive -Path References.zip -DestinationPath ${{ github.workspace }}\lib | ||
- name: Build | ||
run: msbuild KillLogs.sln -p:Configuration=release | ||
env: | ||
|