aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorsrdusr <trevorgray@srdusr.com>2024-06-04 16:48:30 +0200
committersrdusr <trevorgray@srdusr.com>2024-06-04 16:48:30 +0200
commit2012487aee90d69ce97da3056beac450e7642b5b (patch)
tree9744a780cd8ea551f9f7565d7ca7b80fdc308b56 /.github/workflows
parent40496b31e92e9a864b857054ccfc3d06aa4ee901 (diff)
downloaddotfiles-2012487aee90d69ce97da3056beac450e7642b5b.tar.gz
dotfiles-2012487aee90d69ce97da3056beac450e7642b5b.zip
Testing
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/release.yml2
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