Skip to content

Commit

Permalink
Revert "Workflow (#2258)"
Browse files Browse the repository at this point in the history
This reverts commit d757764.
  • Loading branch information
Misaka-ZeroTwo authored Nov 15, 2023
1 parent d757764 commit 4827985
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 78 deletions.
27 changes: 8 additions & 19 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ on:
env:
EXILED_REFERENCES_URL: https://misaka-zerotwo.github.io/SL-References/Dev.zip
EXILED_REFERENCES_PATH: ${{ github.workspace }}/References
EXILED_DLL_ARCHIVER_URL: https://github.com/Exiled-Team/EXILED-DLL-Archiver/releases/latest/download/EXILED-DLL-Archiver.exe

jobs:

Expand All @@ -31,7 +30,7 @@ jobs:
uses: iRebbok/setup-nuget@master

- uses: actions/checkout@v2.3.4

- name: Get references
shell: pwsh
run: |
Expand All @@ -45,26 +44,16 @@ jobs:
run: |
./build.ps1 -BuildNuGet
$File = (Get-ChildItem -Path . -Include 'EXILED.*.nupkg' -Recurse).Name
Out-File -FilePath ${{ github.env }}
Out-File -FilePath ${{ github.env }} -InputObject "PackageFile=$File" -Encoding utf-8 -Append
- name: Upload nuget package
- name: Upload artifacts
uses: actions/upload-artifact@v2
with:
name: ${{ env.PackageFile }}
path: ${{ env.PackageFile }}

- name: Get references
shell: pwsh
run: |
Invoke-WebRequest -Uri ${{ env.EXILED_DLL_ARCHIVER_URL }} -OutFile ${{ github.workspace }}/EXILED-DLL-Archiver.exe
- name: Packaging results as tar.gz
shell: pwsh
run: ./packaging.ps1
name: Build Results
path: bin/Release

- name: Upload artifacts
- name: Upload nuget package
uses: actions/upload-artifact@v2
with:
name: Exiled.tar.gz
path: bin/Release/Exiled.tar.gz

name: ${{ env.PackageFile }}
path: ${{ env.PackageFile }}
59 changes: 0 additions & 59 deletions packaging.ps1

This file was deleted.

0 comments on commit 4827985

Please sign in to comment.