diff options
| author | srdusr <trevorgray@srdusr.com> | 2024-06-04 16:48:30 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2024-06-04 16:48:30 +0200 |
| commit | 2012487aee90d69ce97da3056beac450e7642b5b (patch) | |
| tree | 9744a780cd8ea551f9f7565d7ca7b80fdc308b56 /.github | |
| parent | 40496b31e92e9a864b857054ccfc3d06aa4ee901 (diff) | |
| download | dotfiles-2012487aee90d69ce97da3056beac450e7642b5b.tar.gz dotfiles-2012487aee90d69ce97da3056beac450e7642b5b.zip | |
Testing
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/release.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0a82f5f..0dcf439 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -54,6 +54,6 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: upload_url: ${{ steps.create_release.outputs.upload_url }} - asset_path: $HOME/dotfiles.zip + asset_path: /home/runner/dotfiles.zip asset_name: dotfiles.zip asset_content_type: application/zip |
