Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
2
210360228
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Summer2021
210360228
Commits
bd34ed6c
Unverified
Commit
bd34ed6c
authored
4 years ago
by
jie.wang
Committed by
GitHub
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Fix package workflow (#844)
parent
817cdd6f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.github/workflows/package.yml
+1
-1
1 addition, 1 deletion
.github/workflows/package.yml
.github/workflows/release.yml
+1
-1
1 addition, 1 deletion
.github/workflows/release.yml
with
2 additions
and
2 deletions
.github/workflows/package.yml
+
1
−
1
View file @
bd34ed6c
...
...
@@ -32,7 +32,7 @@ jobs:
run
:
|
filename=$(find build/cpack_output -type f \( -iname \*.deb -o -iname \*.rpm \))
sha256sum $filename > $filename.$SHA_EXT
subdir
=
$(date -u +%Y.%m.%d)
subdir
=
$(date -u +%Y.%m.%d)
echo "::set-output name=filepath::$filename"
echo "::set-output name=shafilepath::$filename.$SHA_EXT"
echo "::set-output name=subdir::$subdir"
...
...
This diff is collapsed.
Click to expand it.
.github/workflows/release.yml
+
1
−
1
View file @
bd34ed6c
...
...
@@ -37,7 +37,7 @@ jobs:
tag=$(echo ${{ github.ref }} | rev | cut -d/ -f1 | rev)
filename=$(find build/cpack_output -type f \( -iname \*.deb -o -iname \*.rpm \))
sha256sum $filename > $filename.$SHA_EXT
subdir
=
$(echo $tag |sed 's/^v//')
subdir
=
$(echo $tag |sed 's/^v//')
echo "::set-output name=filepath::$filename"
echo "::set-output name=shafilepath::$filename.$SHA_EXT"
echo "::set-output name=subdir::$subdir"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment