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

Commit

Permalink
Fixed version
Browse files Browse the repository at this point in the history
  • Loading branch information
AptiviCEO committed Aug 14, 2023
1 parent acb9a9b commit b374178
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-ppa-package-with-lintian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
run: |
mv debian ..
mv .github ..
tar cfv ../nuglobal_0.1.0-1.orig.tar .
xz ../nuglobal_0.1.0-1.orig.tar
tar cfv ../nuglobal_0.1.0.orig.tar .
xz ../nuglobal_0.1.0.orig.tar
mv ../debian .
- name: Build package
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-ppa-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
run: |
mv debian ..
mv .github ..
tar cfv ../nuglobal_0.1.0-1.orig.tar .
xz ../nuglobal_0.1.0-1.orig.tar
tar cfv ../nuglobal_0.1.0.orig.tar .
xz ../nuglobal_0.1.0.orig.tar
mv ../debian .
- name: Build package
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pushamend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
- name: Download original source
run: |
wget --output-document=../nuglobal_0.1.0-1.orig.tar.xz https://launchpad.net/~eofla/+archive/ubuntu/aptivi-devapps/+sourcefiles/nuglobal/0.1.0-1/nuglobal_0.1.0-1.orig.tar.xz
tar xf ../nuglobal_0.1.0-1.orig.tar.xz .
wget --output-document=../nuglobal_0.1.0.orig.tar.xz https://launchpad.net/~eofla/+archive/ubuntu/aptivi-devapps/+sourcefiles/nuglobal/0.1.0/nuglobal_0.1.0.orig.tar.xz
tar xf ../nuglobal_0.1.0.orig.tar.xz .
mv .github ..
- name: Build source package
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pushtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
run: |
mv debian ..
mv .github ..
tar cfv ../nuglobal_0.1.0-1.orig.tar .
xz ../nuglobal_0.1.0-1.orig.tar
tar cfv ../nuglobal_0.1.0.orig.tar .
xz ../nuglobal_0.1.0.orig.tar
mv ../debian .
- name: Build source package
Expand Down

0 comments on commit b374178

Please sign in to comment.