diff options
| author | 2026-02-24 17:25:30 +0800 | |
|---|---|---|
| committer | 2026-02-24 17:25:30 +0800 | |
| commit | 7b1ee70c4bffc0b47ff244215c86cbbff0de387c (patch) | |
| tree | 4ccbf85b2aad9a18af125077e0ed4fcf2bfdb855 /.github/workflows/publish-aur.yml | |
| parent | 9414761d9bbf52739d166d477254fe109a7b4e74 (diff) | |
| download | soon-7b1ee70c4bffc0b47ff244215c86cbbff0de387c.tar.gz soon-7b1ee70c4bffc0b47ff244215c86cbbff0de387c.zip | |
Update publish-aur.yml
Diffstat (limited to '.github/workflows/publish-aur.yml')
| -rw-r--r-- | .github/workflows/publish-aur.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/publish-aur.yml b/.github/workflows/publish-aur.yml index c26c8bf..e6fd1e0 100644 --- a/.github/workflows/publish-aur.yml +++ b/.github/workflows/publish-aur.yml @@ -35,6 +35,7 @@ - name: Prepare PKGBUILD and .SRCINFO run: | + cd $GITHUB_WORKSPACE if [ "${{ github.event_name }}" = "workflow_dispatch" ] && [ -n "${{ github.event.inputs.tag }}" ]; then TAG="${{ github.event.inputs.tag }}" else |