attempt curly bracket
This commit is contained in:
parent
017f0241fd
commit
90e283e5d7
1 changed files with 1 additions and 2 deletions
|
@ -25,7 +25,6 @@ jobs:
|
||||||
- name: Package build
|
- name: Package build
|
||||||
run: |
|
run: |
|
||||||
doas patch -d / -p1 -i ${{ github.workspace }}/.forgejo/patches/build.patch
|
doas patch -d / -p1 -i ${{ github.workspace }}/.forgejo/patches/build.patch
|
||||||
echo ${{ github.event.pull_request.draft }}
|
|
||||||
build.sh
|
build.sh
|
||||||
- name: Package upload
|
- name: Package upload
|
||||||
uses: forgejo/upload-artifact@v3
|
uses: forgejo/upload-artifact@v3
|
||||||
|
@ -36,7 +35,7 @@ jobs:
|
||||||
deploy-x86_64:
|
deploy-x86_64:
|
||||||
needs: [build-x86_64]
|
needs: [build-x86_64]
|
||||||
runs-on: x86_64
|
runs-on: x86_64
|
||||||
if: github.event.pull_request.draft == 'false'
|
if: ${{ github.event.pull_request.draft == 'false' }}
|
||||||
container:
|
container:
|
||||||
image: alpine:latest
|
image: alpine:latest
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in a new issue