Skip to content

Commit 04229ff

Browse files
Merge pull request #26 from JaySea77/patch-4
Update pacman.yml
2 parents 4ab0a11 + 5592664 commit 04229ff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pacman.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
GIT_HASH=$(git rev-parse --short HEAD)
3030
echo "GIT_HASH=${GIT_HASH}" >> $GITHUB_ENV
3131
32-
- uses: actions/upload-artifact@v3
32+
- uses: actions/upload-artifact@v4
3333
with:
3434
name: Thenaya-${{ env.GIT_HASH }}
3535
path: |
@@ -48,6 +48,7 @@ jobs:
4848
output/Thenaya.cia
4949
5050
- name: Discord webhook notification
51+
if: github.event_name != 'pull_request'
5152
uses: distributhor/workflow-webhook@v3.0.4
5253
env:
5354
webhook_type: 'json-extended'

0 commit comments

Comments
 (0)