mirror of
https://github.com/jimeh/emacs-builds.git
synced 2026-02-19 13:06:40 +00:00
feat(builds): generate and upload SHA256 sum file for release asset
This commit is contained in:
@@ -2,7 +2,6 @@ package main
|
||||
|
||||
import (
|
||||
"os"
|
||||
"path/filepath"
|
||||
|
||||
"gopkg.in/yaml.v3"
|
||||
)
|
||||
@@ -25,7 +24,3 @@ func LoadPlan(filename string) (*Plan, error) {
|
||||
|
||||
return plan, err
|
||||
}
|
||||
|
||||
func (s *Plan) ReleaseAsset() string {
|
||||
return filepath.Base(s.Archive)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user