From e9cf0581246da58d8ae30462bbd50cce6ebeb3fc Mon Sep 17 00:00:00 2001 From: charliemaiors Date: Mon, 26 Jun 2023 14:53:14 +0200 Subject: [PATCH 1/2] fix --- .github/workflows/create-release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 532956a..7cded66 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -38,7 +38,9 @@ jobs: - goarch: arm64 goos: windows steps: - - name: "Upload assets" + - name: Checkout code + uses: actions/checkout@v2 + - name: Upload assets uses: wangyoucao577/go-release-action@v1 with: github_token: ${{ secrets.GITHUB_TOKEN }} From 750d821552f44399b37253e577ac2a57e3636167 Mon Sep 17 00:00:00 2001 From: charliemaiors Date: Mon, 26 Jun 2023 14:53:46 +0200 Subject: [PATCH 2/2] changelog --- Changelog.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Changelog.md b/Changelog.md index 462bb34..c46d2c0 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,3 @@ -# Release 1.0.16 +# Release 1.0.17 -* Actions test \ No newline at end of file +* Actions test