Skip to content

Commit

Permalink
fix updating version
Browse files Browse the repository at this point in the history
  • Loading branch information
rebinf committed Oct 27, 2023
1 parent f8e39cc commit df1ec27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: set version
run: |
cd src
cat ./QuranVideoMaker/Resources/VERSION.txt > 0.0.${{github.run_number}};
echo 0.0.${{github.run_number}} > ./QuranVideoMaker/Resources/VERSION.txt
- name: restore
run: |
Expand Down

0 comments on commit df1ec27

Please sign in to comment.