Skip to content

Commit e9c0e87

Browse files
committed
removed old application.qrc
1 parent 8ecda1f commit e9c0e87

File tree

2 files changed

+5
-15
lines changed

2 files changed

+5
-15
lines changed

.github/workflows/build-ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -823,25 +823,25 @@ jobs:
823823
const commitSha = context.sha;
824824
const shortSha = commitSha.slice(0, 7);
825825
const commitDate = new Date().toISOString().split('T')[0];
826-
826+
827827
const { data: commit } = await github.rest.git.getCommit({
828828
owner: context.repo.owner,
829829
repo: context.repo.repo,
830830
commit_sha: commitSha
831831
});
832-
832+
833833
const commitMessage = commit.message.split('\n')[0];
834-
834+
835835
const newDescription = `Latest Continuous Build. Built from commit \`${shortSha}\` on ${commitDate}. This is an automated continuous build. These builds are generated automatically from the latest \`develop\` code and are intended for testing purposes.`;
836-
836+
837837
try {
838838
// Find the continuous release
839839
const { data: releases } = await github.rest.repos.listReleases({
840840
owner: context.repo.owner,
841841
repo: context.repo.repo,
842842
});
843843
const release = releases.find(r => r.tag_name === "continuous");
844-
844+
845845
if (release) {
846846
// Update the release description
847847
await github.rest.repos.updateRelease({

src/application.qrc

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)