Update .gitea/workflows/deploy.yml

This commit is contained in:
Chris Dill 2023-07-22 09:43:17 -04:00
parent bd07b2b6c7
commit f6c1d80f76

View File

@ -10,7 +10,7 @@ runs-on: ubuntu-latest:host
jobs: jobs:
deploy: deploy:
needs: build needs: build
runs-on: ubuntu-latest runs-on: ubuntu-latest:host
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: get artifact - name: get artifact