Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ServerPackCreator
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
JetBrains YouTrack
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Griefed
ServerPackCreator
Merge requests
!641
Develop
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Develop
develop
into
main
Overview
0
Commits
6
Pipelines
1
Changes
4
Merged
Griefed
requested to merge
develop
into
main
1 month ago
Overview
0
Commits
6
Pipelines
1
Changes
4
Expand
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
715c01ff
6 commits,
1 month ago
4 files
+
62
−
25
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
.github/workflows/devbuild.yml
+
26
−
7
Options
@@ -67,14 +67,33 @@ jobs:
run
:
|
cp checksum.txt continuous/
-
name
:
Upload to GitHub Releases
uses
:
"
slord399/action-automatic-releases@v1.0.1"
# - name: Upload to GitHub Releases
# uses: "slord399/action-automatic-releases@v1.0.1"
# with:
# repo_token: "${{ secrets.GITHUB_TOKEN }}"
# automatic_release_tag: "continuous"
# prerelease: true
# files: |
# continuous/*
-
name
:
Update develop
uses
:
richardsimko/update-tag@v1
with
:
repo_token
:
"
${{
secrets.GITHUB_TOKEN
}}"
automatic_release_tag
:
"
continuous"
prerelease
:
true
files
:
|
continuous/*
tag_name
:
continuous
env
:
GITHUB_TOKEN
:
${{ secrets.GITHUB_TOKEN }}
-
uses
:
ncipollo/release-action@v1
with
:
allowUpdates
:
'
true'
artifacts
:
"
continuous/*"
body
:
"
Continuous
dev-build
release.<br>Updated
every
time
changes
are
pushed
to
develop.<br>Do
not
use
unless
you
have
been
told
to,
or
are
curious
about
the
contents
of
the
dev
build.<br>Do
not
link
to
this
release."
commit
:
"
${{
github.sha
}}"
name
:
"
continuous"
prerelease
:
'
true'
removeArtifacts
:
'
true'
replacesArtifacts
:
'
true'
tag
:
'
continuous'
# - name: Delete drafts
# uses: hugo19941994/delete-draft-releases@v1.0.1
Loading