Browse Source

Update compile_development.yml

pull/211/head^2^2
Andreas Schiffler 2 years ago
committed by GitHub
parent
commit
411e78078f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .github/workflows/compile_development.yml

4
.github/workflows/compile_development.yml

@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
ref: main
ref: development02
- uses: benjlevesque/short-sha@v1.2
id: short-sha
with:
@ -55,4 +55,4 @@ jobs:
- uses: actions/upload-artifact@v3
with:
name: ${{ steps.rename-binary-files.outputs.name }}_dev_build
path: ./${{ steps.rename-binary-files.outputs.name }}.zip
path: ./${{ steps.rename-binary-files.outputs.name }}.zip

Loading…
Cancel
Save