We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e986265 commit e6b68c5Copy full SHA for e6b68c5
.github/workflows/release-nightly.yml
@@ -6,7 +6,7 @@ on:
6
7
jobs:
8
nightly-binary:
9
- runs-on: ubuntu-latest
+ runs-on: actuated-4cpu-8gb
10
steps:
11
- uses: actions/checkout@v3
12
# fetch all commits instead of only the last as some branches are long lived and could have many between versions
@@ -52,7 +52,7 @@ jobs:
52
SOURCE_DIR: dist/release
53
DEST_DIR: gitea/${{ steps.clean_name.outputs.branch }}
54
nightly-docker:
55
56
57
58
0 commit comments