mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 10:36:54 -07:00
sleep 💤💤💤💤
This commit is contained in:
parent
cc69d66d22
commit
8e26258a1d
1 changed files with 6 additions and 9 deletions
15
.github/workflows/build.yml
vendored
15
.github/workflows/build.yml
vendored
|
@ -42,7 +42,7 @@ jobs:
|
|||
- uses: actions/setup-dotnet@v1
|
||||
with:
|
||||
dotnet-version: '5.0.x'
|
||||
|
||||
|
||||
- name: Nuget Cache
|
||||
uses: actions/cache@v2
|
||||
with:
|
||||
|
@ -119,17 +119,14 @@ jobs:
|
|||
sudo mv ~/src/Ombi/dist/ ${{ matrix.os }}/ClientApp/
|
||||
working-directory: src/Ombi
|
||||
|
||||
- name: Sleep for 30 seconds
|
||||
run: sleep 30s
|
||||
shell: bash
|
||||
|
||||
- name: Archive Release
|
||||
uses: thedoctor0/zip-release@master
|
||||
with:
|
||||
type: '${{ matrix.compression }}'
|
||||
filename: '${{ matrix.os }}.${{ matrix.compression }}'
|
||||
filename: '${{ matrix.os }}.${{ matrix.format }}'
|
||||
directory: 'src/Ombi/${{ matrix.os }}'
|
||||
# - name: Publish UI Artifacts
|
||||
# uses: actions/upload-artifact@v2
|
||||
# with:
|
||||
# name: dist
|
||||
# path: |
|
||||
# ${{ matrix.os }}
|
||||
|
||||
#https://docs.github.com/en/actions/learn-github-actions/workflow-syntax-for-github-actions#using-environment-variables-in-a-matrix
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue