Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

Commit

Permalink
test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Spurrier committed Dec 16, 2022
1 parent 326cc5f commit fe3bc50
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ jobs:
distribution: goreleaser
version: latest
args: release --rm-dist
workdir: twitterpurge
workdir: .
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

-
name: Upload assets
uses: actions/upload-artifact@v3
with:
name: twitterpurge
path: twitterpurge/dist/*
name: purge
path: ./dist/*

0 comments on commit fe3bc50

Please sign in to comment.