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.
git describe
1 parent ba067be commit 328d7eaCopy full SHA for 328d7ea
.github/workflows/build_and_publish.yml
@@ -11,6 +11,8 @@ jobs:
11
runs-on: ubuntu-latest
12
steps:
13
- uses: actions/checkout@v4
14
+ - name: Fix tag reference (workaround for https://github.com/actions/checkout/issues/290)
15
+ run: git fetch -f origin ${{ github.ref }}:${{ github.ref }}
16
- name: Build
17
run: docker-compose up
18
- name: Upload Artifact
@@ -24,6 +26,8 @@ jobs:
24
26
25
27
28
29
30
31
- name: Build (Windows)
32
run: docker-compose -f docker-compose.windows.yml up
33
- name: Make Windows Installer
0 commit comments