Skip to content
This repository has been archived by the owner on May 9, 2024. It is now read-only.

Commit

Permalink
Update debug build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pierr3 committed Jan 6, 2024
1 parent b343c5d commit cc16f8b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
id: previoustag
uses: "WyriHaximus/github-action-get-previous-tag@v1"
with:
fallback: "v1.1.0"
fallback: "x-debug"
- uses: actions/setup-python@v4
with:
python-version: "3.10"
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
id: previoustag
uses: "WyriHaximus/github-action-get-previous-tag@v1"
with:
fallback: "v1.1.0"
fallback: "x-debug"
- uses: actions/setup-python@v4
with:
python-version: "3.10"
Expand All @@ -84,7 +84,7 @@ jobs:
cp resources/LICENSE.txt installer/
cp build/Release/vector_audio.exe installer/
cp build/Release/*.dll installer/
cp build/extern/afv-native/Release/*.dll installer/
cp lib/windows/*.dll installer/
cp bundle_windows.nsi installer/install.nsi
- name: Create installer
run: |
Expand All @@ -108,7 +108,7 @@ jobs:
id: previoustag
uses: "WyriHaximus/github-action-get-previous-tag@v1"
with:
fallback: "v1.1.0"
fallback: "x-debug"
- uses: actions/setup-python@v4
with:
python-version: "3.10"
Expand Down

0 comments on commit cc16f8b

Please sign in to comment.