We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ad1078 commit f588c64Copy full SHA for f588c64
.github/workflows/publish.yml
@@ -7,6 +7,9 @@ jobs:
7
publish:
8
runs-on: windows-latest
9
steps:
10
+ - name: Checkout
11
+ uses: actions/checkout@v4
12
+
13
- name: 1. Download artifact
14
id: download-artifact
15
uses: dawidd6/action-download-artifact@v2
0 commit comments