We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 702ae7e commit a5b82edCopy full SHA for a5b82ed
.github/workflows/build.yml
@@ -33,7 +33,7 @@ jobs:
33
- name: Fake Build
34
run: |
35
mkdir -p target
36
- echo ${{ github.sha }} > myrobotlab.zip
+ echo ${{ github.sha }} > ./target/myrobotlab.zip
37
38
- name: Get next version
39
uses: reecetech/version-increment@2023.9.3
0 commit comments