diff options
author | Mohammed Al Sahaf <msaa1990@gmail.com> | 2021-09-03 17:05:04 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-03 10:05:04 -0400 |
commit | e0fc46a911cdabf9bf80563df7ffc02afba1246e (patch) | |
tree | a59ebdb5e6071ad2b9315a4ed4bf1d8cc6cef0f5 /.github/workflows | |
parent | 9f6393c64cd8dc969358d47fb96410d8ee5c063d (diff) |
ci: revert workaround implemented in #4306 (#4328)
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/ci.yml | 3 | ||||
-rw-r--r-- | .github/workflows/release.yml | 4 |
2 files changed, 0 insertions, 7 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8d15586..c8b07ff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -156,9 +156,6 @@ jobs: steps: - name: checkout uses: actions/checkout@v2 - - - name: Create 'caddy-build' - run: mkdir -p caddy-build - uses: goreleaser/goreleaser-action@v2 with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0145b68..834d303 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -88,10 +88,6 @@ jobs: restore-keys: | ${{ runner.os }}-go${{ matrix.go }}-release - - name: Create the 'caddy-build' dir for GoReleaser - run: | - mkdir -p caddy-build - # GoReleaser will take care of publishing those artifacts into the release - name: Run GoReleaser uses: goreleaser/goreleaser-action@v2 |