File tree Expand file tree Collapse file tree 3 files changed +4
-14
lines changed
Expand file tree Collapse file tree 3 files changed +4
-14
lines changed Original file line number Diff line number Diff line change 1515 - uses : actions/checkout@v3
1616
1717 # You need to run `dagger project init` locally before and commit the cue.mod directory to the repository with its contents
18- - name : Dagger
18+ - name : Build and choco pack
1919 uses : dagger/dagger-for-github@v2
2020 # See all options at https://github.com/dagger/dagger-for-github
2121 with :
@@ -24,32 +24,22 @@ jobs:
2424 # To pin external dependencies, you can use `project update github.com/[package-source]@v[n]`
2525 cmds : |
2626 project update
27+ do build -l=debug --log-format=plain
2728 do chocoPack -l=debug --log-format=plain
2829
2930 - name : Upload out
3031 uses : softprops/action-gh-release@v1
3132 if : startsWith(github.ref, 'refs/tags/')
3233 with :
33- name : out
3434 files : ./out/*
3535
3636 - name : Upload out-choco
3737 uses : softprops/action-gh-release@v1
3838 if : startsWith(github.ref, 'refs/tags/')
3939 with :
40- name : out-choco
4140 files : ./out-choco/*
4241
43- releaseToChocolatey :
44- runs-on : ubuntu-latest
45- steps :
46- - run : |
47- echo "ref: ${{ github.ref }}"
48-
49- - uses : actions/checkout@v3
50-
51- # You need to run `dagger project init` locally before and commit the cue.mod directory to the repository with its contents
52- - name : Dagger
42+ - name : Choco push
5343 uses : dagger/dagger-for-github@v2
5444 # See all options at https://github.com/dagger/dagger-for-github
5545 with :
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
5151 <!-- <bugTrackerUrl></bugTrackerUrl>-->
5252 <tags >gotiny gotiny.cc url-shorten cli</tags >
5353 <summary >A lightweight cli url shortener</summary >
54- <description >Using [ gotiny.cc](https://gotiny.cc) the lightweight, fast, secure URL shortener from the command line.</description >
54+ <description >Using gotiny.cc the lightweight, fast, secure URL shortener from the command line.</description >
5555 <!-- <releaseNotes>__REPLACE_OR_REMOVE__MarkDown_Okay</releaseNotes> -->
5656 <!-- =============================== -->
5757
File renamed without changes.
You can’t perform that action at this time.
0 commit comments