Skip to content

Commit d5b2ac4

Browse files
authored
update choco spec + cd (#12)
1 parent 6caf69a commit d5b2ac4

File tree

3 files changed

+4
-14
lines changed

3 files changed

+4
-14
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
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:

misc/choco/gotiny.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)